lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lilypond-auto] Issue 3761 in lilypond: LeftEdge no longer takes up spac


From: lilypond
Subject: [Lilypond-auto] Issue 3761 in lilypond: LeftEdge no longer takes up space
Date: Sun, 29 Dec 2013 01:46:22 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect Regression

New issue 3761 by address@hidden: LeftEdge no longer takes up space
http://code.google.com/p/lilypond/issues/detail?id=3761

From <http://lists.gnu.org/archive/html/bug-lilypond/2013-12/msg00139.html>

\score { << {
    c'2 c'2 | \break
    c'2 c'2 | \break
  } \addlyrics {
    \once\override LyricText #'extra-spacing-width = #'(-8 . 0)
    aaaaaa bb
    \once\override LyricText #'extra-spacing-width = #'(-8 . 0)
    ccccccccc dd  } >>
    \layout {
      indent = 0
      ragged-right = ##t
      \context { \Score
      \remove "Bar_number_engraver"
      \override LeftEdge #'extra-spacing-height = #'(-inf.0 . +inf.0)
      %workaround% \override LeftEdge #'Y-extent =  #'(0 . 0)
    } } }

used to push the lyrics after the overrides 8 spaces right of the LeftEdge, so the starts of the words would lie along a vertical line on the page.

At some point in the 2.17.x series the commented additional override became required.

For some reason, Bar_number_engraver must be removed for the technique to work, in any version. If modify the technique to give the extra-spacing-height to Clef, rather than LeftEdge, it works with bar-numbers present.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

[Prev in Thread] Current Thread [Next in Thread]