Comment #1 on issue 1229 by Carl.D.Sorensen: Notes may be placed above clef
and key signature.
http://code.google.com/p/lilypond/issues/detail?id=1229
This happens when the width of the measure is greater than the line-width,
the notes are on ledger lines, and the stems are up.
Note that if the first note does *not* have a ledger line, but the rest do,
the notes extend beyond the bar line.
%1229-a
\version "2.13.30"
{
\key f \major
\stemUp
g''4 a'' a'' a''
}
\layout {
indent = 0
line-width = 2.2\cm
}
But if both the first and last notes have no ledger lines, the margin is
extended and everything is OK:
%1229-b
\version "2.13.30"
{
\key f \major
\stemUp
g''4 a'' a'' g''
}
\layout {
indent = 0
line-width = 2.2\cm
}
Attachments:
1229-a.png 4.4 KB
1229-b.png 4.4 KB
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond