bug-lilypond
[Top][All Lists]
Advanced

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

Re: Lilypond 2.1.32 released


From: Paul Scott
Subject: Re: Lilypond 2.1.32 released
Date: Sat, 20 Mar 2004 20:51:22 -0700
User-agent: Mozilla Thunderbird 0.5 (X11/20040306)

Han-Wen Nienhuys wrote:

5. Repeat barlines are engraved to the left of the key signature. My feeling is that it should be the other way around. Am I wrong?
\score { \notes {\key f\major a1 \break \repeat "volta" 2 {a1} }}

fixed.
Is it clear that that is only when it's at the beginning of a line? Otherwise in all the printed examples I could just find the repeat bar does go to the left.

\score {
   \notes {
   \key f\major a1 \repeat volta 2 {a1}
\key g\major \repeat volta 2 {a1} % The repeat bar correctly precedes the key sig.
   }
}


Paul Scott





reply via email to

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