Skip to content

GitLab Next

    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Menu
    Projects Groups Snippets
  • Get a free trial
  • Sign up
  • Login
  • Sign in / Register
  • LilyPond LilyPond
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 1,019
    • Issues 1,019
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 23
    • Merge requests 23
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

GitLab 15.0 is launching on May 22! This version brings many exciting improvements, but also removes deprecated features and introduces breaking changes that may impact your workflow. To see what is being deprecated and removed, please visit Breaking changes in 15.0 and Deprecations.

  • LilyPond
  • LilyPondLilyPond
  • Merge requests
  • !1017

lilypond-book: Fix include handling by `kpsewhich`

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged
Michael Käppler requested to merge dev/mk/lpbookfix into master Nov 23, 2021
  • Overview 29
  • Commits 4
  • Pipelines 5
  • Changes 5
  • For includes specified with \input that are not found directly, lilypond-book tries to determine the full path with the kpsewhich utility. If this succeeds, the captured stdout of kpsewhich has a trailing newline appended, which has to be removed before opening the file.

  • Fall back to searching the include path if no kpsewhich binary is available.

  • Fix default path insertion for TEXINPUTS, TEXFONTMAPS and MFINPUTS

Closes #6213 (closed).

Edited Dec 04, 2021 by Michael Käppler
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: dev/mk/lpbookfix