62 lines
1.2 KiB
Text
62 lines
1.2 KiB
Text
\version "2.22.2"
|
|
|
|
\paper {
|
|
left-margin = 15
|
|
}
|
|
|
|
\header {
|
|
title = "The lonely goatherd"
|
|
}
|
|
|
|
global = {
|
|
\time 2/2
|
|
\tempo "Allegretto"
|
|
\key f \major
|
|
\dynamicUp
|
|
}
|
|
|
|
\score {
|
|
<<
|
|
\new Staff <<
|
|
\global
|
|
\clef treble
|
|
\new Voice {
|
|
R1*10
|
|
\relative c' {
|
|
c4 c'8 c c4 c,8 c |
|
|
}
|
|
}
|
|
>>
|
|
\new PianoStaff <<
|
|
\new Staff = "up" <<
|
|
\global
|
|
\clef treble
|
|
<>
|
|
\new Voice {
|
|
<>
|
|
\relative c' {
|
|
c4 c'8 c c4 c,8 c | c4 bes' bes a
|
|
es4 es'8 es es4 es,8 es | es4 des' des c |
|
|
g8 g e g a4 b |
|
|
\change Staff = "down" \stemUp g,8 g e g a4 b |
|
|
\change Staff = "up" \stemNeutral
|
|
R1 | r2 <c e g c>4 r |
|
|
\clef bass
|
|
r4 <f, a c> r <f a c> | r4 <f a c> r <f a c> \bar "||"
|
|
}
|
|
}
|
|
>>
|
|
\new Staff = "down" <<
|
|
\global
|
|
\clef bass
|
|
\new Voice {
|
|
\relative c {
|
|
c1~ | c1 | es1~ | es1 |
|
|
R1 | e2 d | g,8 g e g a4 b | c4 r c, r |
|
|
f4 r c r | f4 r c r \bar "||"
|
|
}
|
|
}
|
|
>>
|
|
>>
|
|
>>
|
|
}
|