lilypond-user
[Top][All Lists]
Advanced

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

Re: problem with \partial repeated in second ending


From: Carrick Patterson
Subject: Re: problem with \partial repeated in second ending
Date: Fri, 07 Apr 2006 20:39:10 -0600
User-agent: Microsoft-Entourage/10.1.4.030702.0

You have to do a \partial on the last measure of the first ending.


From: "Jay Hamilton, Sound and Silence" <address@hidden>
Organization: Sound and Silence
Reply-To: address@hidden
Date: Fri, 07 Apr 2006 17:50:29 -0700
To: "address@hidden list" <address@hidden>
Subject: problem with \partial repeated in second ending

\version "2.8.0"
\header {
   title = "Sax 18 (Jig)"
   subtitle = "An Galloglach"
   subsubtitle = "The Gallowglass"
   copyright = "For Study Purposes only"

}
melody = \relative c''
{
\clef treble
\key g \major
\time 6/8
\override Staff.TimeSignature #'style = #'()
#(set-global-staff-size 35)
\partial 8
b8 c4 a8 e' b d c a a a4 b8 c4.\fermata e8 fis g d b g g
a b
\acciaccatura d c b a e' b d \times 3/4 {c-. (c-. a a)}
e'4 d8 c b a g a b
\acciaccatura d c a a a4 \bar ":|"
\repeat volta 2
{\partial 8
a'8 a4.\fermata e8 g d c a a a4 b8 c4.\fermata e8 fis g
d b g g4 e'8}
\alternative {
    {\times 3/4 {a8-.( a-. a-. a-.)} e g d c a a a e' d
\times 3/4 {c-. (c-. b a)}
    g a b \acciaccatura d c a a a4} {a'8[ e g] \times 3/4
{fis-.[ fis-. d b]}
    e8 [c a] b [g e] a [b c] \acciaccatura d e \times 2/3
{b c d} c [a a] a4}
}






\bar "|."


}

\score {
\new Staff \melody
\layout { }
\midi { \tempo 8=120 }
}

reply via email to

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