Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
LilyPond
LilyPond
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 1,063
    • Issues 1,063
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 13
    • Merge Requests 13
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Metrics
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • LilyPond
  • LilyPondLilyPond
  • Merge Requests
  • !220

Merged
Opened Jul 04, 2020 by Masamichi Hosoda@trueroadDeveloper

Add Ghostscript commands to debug message if `-dgs-api=#f`

  • Overview 7
  • Commits 1
  • Pipelines 2
  • Changes 1

If -dgs-api=#f is used, LilyPond outputs a command line for invoking Ghostscript as a debug message. However, Ghostscript commands written to a temporary file were not in the debug message. It was difficult to debug by the method loading the PostScript file output by LilyPond into another Ghostscript because the Ghostscript commands are not known.

This commit adds the Ghostscript commands to the debug message. This makes debugging with PostScript files easier.

Assignee
Assign to
Reviewer
Request review from
2.21.3
Milestone
2.21.3 (Past due)
Assign milestone
Time tracking
Reference: lilypond/lilypond!220
Source branch: add-gs-command-to-debug