曲のエンディングが別になっている、いわゆるコーダのところを楽譜でどう書くのか気になっていました。
五線譜を一旦切って、また始めるので、ちょっとした工夫が必要です。
shiosainouta02.pdf
shiosainouta02.midi
\version "2.16.0" \header { title = "しおさいの詩(うた)" composer = "小椋佳" } global = { \key a \minor \time 4/4 \tempo 4=100 \partial 4 } chordNames = \chordmode { \global % Chords follow here. \set chordChanges =##t s4 a1:m a2:m e:m d1:m e:7 a:m a2:m e:m d1:m e:7 a:m e:7 a:m e:7 a:m d:m e:7 a:m a:m a:m e:7 a:m e:7 d:m d:m b2:7 e:7 f1:7 e:7 e:7 s a:m } melody = \relative c'' { \global % Music follows here. \repeat volta 2 { a,8 c |%0 \bar "|:" \mark \markup { \musicglyph #"scripts.segno" } e4. e8 e4 e |%1 a2 g |%2 r8 f f f c c d c |%3 e2. a,8 c |%4 \break e4. e8 e4 e |%5 a2 g |%6 r8 f f f c4 d8 c |%7 e2. e8 e |%8 \break c'4. c8 c a a a |%9 b c b2 a8 b |%10 c4. c8 c4 d8 c |%11 b2. r4 |%12 \break a,8 a a a c c4. |%13 d8 d d d f f4. |%14 \times 2/3 { e4 e e } e8 ^ \markup { \fontsize #3 { "to " \musicglyph #"scripts.coda"} } b'4. |%15 } \alternative { { a2. a,8 c |%16 } { a'2. c8 b |%17 } } \break c2 c4 c |%18 b2. a8 b |%19 c2 c4 d |%20 b2. r4 |%21 \break a8 a a a g f f g |%22 a a a a a4 a8 a |%23 b a a a b2 |%24 r4 c8 b a4. a8 |%25 \break gis1~ |%26 gis 2. a,8 c_\markup { \large \italic D.S. } |%27 \bar "||" \stopStaff s1 \noBreak \bar "" \mark \markup { \musicglyph #"scripts.coda" "Coda" } \startStaff \clef treble a'2. r4 \bar "|." } verse = \lyricmode { % Lyrics follow here. } \score { << \new ChordNames \chordNames \new Staff { \melody } \addlyrics { \verse } >> \layout { } \midi { } }