lilypond-user
[Top][All Lists]
Advanced

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

repeating ending numbers


From: Paul Scott
Subject: repeating ending numbers
Date: Fri, 04 Jul 2003 00:01:37 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3.1) Gecko/20030618 Debian/1.3.1-3

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" }
}

reply via email to

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