bug-lilypond
[Top][All Lists]
Advanced

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

bar number positioning bug


From: Tuukka Verho
Subject: bar number positioning bug
Date: Mon, 20 Mar 2006 10:03:10 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

In 2.7.39 the bar number placement behavior is rather odd. When there is no 
key signature, bar numbers are typeset in the left hand side of the clef as in 
previous versions, but otherwise they are placed next to the key signature. 
The following code demonstrates the issue: 
 
\version "2.7.39" 
 
\score { 
        \relative c' { 
                \key g \major 
                \repeat unfold 10 {c4 c c c} 
                \key c \major 
                \repeat unfold 10 {c4 c c c} 
        } 
} 
 
The problem shows up quite clearly in the Mozart example: 
 
http://lilypond.org/doc/v2.7/input/mutopia/W.A.Mozart/mozart-hrn-3-page1.png 
 
 
 
Thanks to the developers for their effort! 
 
- Tuukka 





reply via email to

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