With 1.7.20 if a first ending goes to the next line the ending number is repeated. I have never seen this in printed music and I believe it makes the music harder to read. For someone who often is in a sight reading situation I find this an unnecessary distraction.

Thanks,

Paul Scott
\paper{ papersize = "letter" }
\include "common20a.ly"

global = { \partial 4 \skip 4 
    \repeat volta 2 { \skip 1*5 }
    \alternative { { \skip 1*3 } { \skip 1 } }
    \skip 1*2 \bar "||" \skip 1*16 \bar "|."
}

melody = \notes { \key f \major
    c c' c' c' c' c' d' c' bes bes a a a a2. c4 a g g g 
    g2. c4 bes a a a a2 r4 c
    g2 g4 g c' c' e e f2. r4
    \key bes \major f1 e4 f g f bes1 r4 bes a g f1 a2 c'2 g f 
    r4 d ees e f1 e4 f g f bes1 r4 bes a g f2 a d' c' bes1 ~ bes2. r4
} 

\score { 
    < 
        \global
        \property Score.skipBars = ##t
        \context Staff = clarinet
        < \context Voice = one { \notes\transpose c d' { \melody } } > 
    >
    \header { piece = "27. - Helena Polka - B flat Melody" }
}
_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to