bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1229 in lilypond: Notes may be placed above clef and key signa


From: lilypond
Subject: Re: Issue 1229 in lilypond: Notes may be placed above clef and key signature.
Date: Fri, 27 Aug 2010 02:11:25 +0000


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




reply via email to

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