bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1229 in lilypond: Notes on ledger lines with stems pointed awa


From: lilypond
Subject: Re: Issue 1229 in lilypond: Notes on ledger lines with stems pointed away from the staff overlap clef and staff ends in tight layouts
Date: Sun, 06 Feb 2011 02:52:35 +0000


Comment #9 on issue 1229 by address@hidden: Notes on ledger lines with stems pointed away from the staff overlap clef and staff ends in tight layouts
http://code.google.com/p/lilypond/issues/detail?id=1229

There is *not* actually a patch that makes Lilypond produce the desired output by default.

Proposed desired behavior:
Notes and articulations should not move above prefatory items, nor above bar-lines
(Text indications, however, should be allowed over prefatory items)

We could try this in versions after 2.13.48:
  \layout { \context { \Score
    \override NonMusicalPaperColumn #'skyline-vertical-padding = #2.0
  }}
and see if it does what we want. If it affects too many situations, we can reserve the space for specific items that need it, like TimeSigs.

(Lyrics are spaced like notes, so the override above prevents them from going under barlines unless they are spaced vertically away from the staff.) (One regression test, ‘stem-length-estimation.ly’ accidentally depends on this bug; it needs an indent=#0.)


reply via email to

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