pdf を google ドライブに入れて共有設定にしました。
https://drive.google.com/file/d/1uTODDz4vVnWQhN59kA6nESX2rJCRqhsi/view?usp=sharing
\version "2.14.2" \header { title = "序曲" subtitle = "dragon quest overture" composer = "Kouichi Sugiyama" } chExceptionMusic = { <c es ges>1-\markup { \super "dim" } } chExceptions = #( append ( sequential-music-to-chord-exceptions chExceptionMusic #t) ignatzekExceptions) global = { \key c \major \time 4/4 \tempo 4=126 \partial 4 } chordNames = \chordmode { \global \set chordChanges = ##t \set chordNameExceptions = #chExceptions % Chords follow here. s4 c4 g4:/b c4:7/bes f:/a c2:/e f f:/c c:dim c1 e1 a:m d2:7/fis d:7 d4:m7/g g:7 g:9 g:7/b e1 a:m d2:7/fis d:7 d:m7/g g4:/d g:7/f a2:7/e a:7 d1:m d2:m7/g g:7 c1 c1 a2:7 d:m b2.:m7 f4 g:7/f c:/e d1:m7 g:7 c c } right = \relative c'' { \global % Music follows here. \repeat volta 2 { g8.-2 g16-1 |%0 c4-2 d-1 e-2 f-1 |%1 g-2 c2-5 b8. a16 |%2 a4. g8-1~ g fis-3 fis a-5 |%3 g4 e2 e,8.e16|%4 \break e4-1 e fis gis-3 |%5 a2-1~ a8 a b c |%6 d2~ d8 a a c |%7 c4-4 b a g |%8 \break e'2-4~ e8 f e d |%9 c2 a4-1 c-3 |%10 d2-4~ d8 e d c |%11 c2 b4 g |%12 \break g'2-5~ g8 e-1 f g |%13 a2-4~ a8 a,-1b c |%14 f2 e |%15 } \alternative { { c2. g8. g16 |%16 \break } { c2. g4\mp\fermata |% 17 } } { g'8-5( cis,-2 d-1 e f-3 e-1 f g |%18 \time 6/4 a2) r4 a,-1\< b c |%19 \time 4/4 \break f8 f,\! f\f a-2 a-1 c c f |%20 <e b f>2 <e b f> |%21 <c g e>1~ <c g e> |%22 23 } } left = \relative c' { \clef bass r4 |%0 c4-1 b-2 bes-3 a-1 |%1 e2-4 f-3 |%2 c'4 b c2 |%3 c,4 e g c|%4 e,2 e |%5 a4 e c a' |%6 fis-3 a-2 d-1 d, |%7 g2 g4 b |%8 e,-5 gis b e, |%9 a-3 b c a |%10 fis-5 a d d,-5 |%11 g-2 g-5 d'-2 f-1 |%12 e cis a-5 a-1 |%13 d,-5 e f d |%14 d'-1 g,-5 f'-1 g, |%15 e' g, c r |%16 e g, c r\fermata |%17 a2( d4 c |%18 b2) r4 f-1 f e |%19 d1 |%20 g |%21 c,2. g'4 |%22 c,1 |%23 } \score { << \new ChordNames \chordNames \new PianoStaff \with { instrumentName = "Piano" } << \new Staff = "right" \with { midiInstrument = "acoustic grand" } \right \new Staff = "left" \with { midiInstrument = "acoustic grand" } { \clef bass \left } >> >> \layout { } \midi { %{ \context { \Score tempoWholesPerMinute = #~ly:make-moment 84 4 } %} } }