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: Sat, 28 Aug 2010 03:08:35 +0000

Updates:
        Labels: -Priority-Critical Priority-High

Comment #3 on issue 1229 by joeneeman: Notes may be placed above clef and key signature.
http://code.google.com/p/lilypond/issues/detail?id=1229

Not a regression from 2.12, although I agree that it's very ugly. The following example produces the same output on 2.13 and 2.12:

\version "2.12.0"

<<
  {
    \key f \major
    a'''4 a''' a''' a'''
  }
  \\
  {
    \key f \major
    c4 c c c
  }


\layout {
  indent = 0
  line-width = 2.2\cm
}





reply via email to

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