% \version "2.12.2" \version "2.18.2" #(set-default-paper-size "letter") \paper { bottom-margin = 14\mm } \header { title = "rojaM C ni anitanoS" composer = "Me, myself, and I, chri d. d." arranger = "3/3/2002" } aar = { e''4\mf c''8 g'' e'' e'' c''4 | e''4 c''8 g'' e'' e'' g''4 | f''8\> e'' d'' c'' b' a' g' f' | e' d' c'\mp\< e' g' c'' e'' c'' | } aal = { c4 r r r | c r r g | f d e c | e c e r |} abr = { f''8 c'' a'' f'' f'' c''4 c''8 | e'' c'' g'' e'' e'' c''4 c''8 | d''8 b' g'' d'' d'' b'4 b'8 | } abl = { f4 r f r | c r c r | g r g r | } acr = { g''8\f f'' e'' d'' c'' e'' g'' e'' | c'' d'' e'' f'' g'' e'' c''4 | } acl = { g4 e c e | g c8 d e g e c | } ar = \repeat volta 2 { \time 4/4 \tempo "Quickly" 4=200 \aar <<\abr s8\mf>> e''8 c'' g'' e'' c''2 | \acr <<\abr s8\mp>> } \alternative {{ e''8\< c'' g'' e'' e''2\mf | } {e''8\< c'' g'' e'' c''2\f \bar "|."}} al = \repeat volta 2 { \clef bass \aal \abl c4 r 2 | \acl \abl } \alternative {{ c4 r 2 } {c4 r 2 |}} br = { \time 3/4 \tempo 4=100 c''2 e''4 | a'2 c''4 | f'2 a'4 | g'2 b'4 | a'2 b'32 c'' b' c'' b'16 a' | b' c'' c''4. a'8 e' c'2 d'32 e' d' e' d'16 e' | f'2 a'4 c''2 a'4 | b'16 a' b' a' b'8 g' c''4 | a' e' c' | d'2 e'32 d' c'16 d' e' | c'2 e'4 | a'2 b'4 | c'' a'32 b' a' b' a' g' a'16 b'8 c'' 2. | \bar "|." } bl = { \clef bass \time 3/4 % #(override-auto-beam-setting '(end * * * *) 1 4) % #(override-auto-beam-setting '(end * * * *) 2 4) \times 2/3 { a,8 c e } \times 2/3 { a,8 c e } \times 2/3 { a,8 c e } | \times 2/3 { a,8 c e } \times 2/3 { a,8 c e } \times 2/3 { a,8 c e } | \times 2/3 { a,8 d f } \times 2/3 { a,8 d f } \times 2/3 { a,8 d f } | \times 2/3 { g,8 b, d } \times 2/3 { g,8 b, e } \times 2/3 { b,8 c e } | 2. | r8 4 4. | 2 r4 | \times 2/3 { a,8 d f } \times 2/3 { a,8 d f } \times 2/3 { a,8 d f } | \times 2/3 { g,8 c e } \times 2/3 { g,8 c e } \times 2/3 { a,8 c e } | 2 4 | r4 2 | \times 2/3 { c8 d e } \times 2/3 { c8 d e } c8 g \times 2/3 { c8 e a, } \times 2/3 { c8 e a, } \times 2/3 { c8 e a, } \times 2/3 { a,8 c e } \times 2/3 { a,8 c e } \times 2/3 { a,8 b, d } | \times 2/3 { a,8 c e } r2 | \times 2/3 { a,8 c e } \times 2/3 { a,8 c e } a,4 } car = { c''16 d'' e''8 e'' g'4. | a'16 b' c''8 g' e' c' c' | c''16 d'' e''8 e'' g'4. | a'16 b' c'' b' c'' b' c'' g' c''4 | } cal = { r8 r r 4 | r8 r r 4 | r8 r r 4 | r8 r 4 } cbr = { a'16 b' c''8 c'' g'16 a' b'8 b' | g'16 a' b' c'' b' g' c''8 g' e' | } cbl = { r8 r r 4 | c8 e e g,4. | c8 e g c e g | c f a b, e g b, d g c e g | c e g c e g | } ccr = { 2. } ccl = { c8 e g c e g | } cr = { \time 6/8 % originally 3/4 \tempo 4=120 \car \car \cbr c'4 r8 r4. | \cbr g'4 c''8 e' c'4 \ccr \clef bass c16 c8. ~ c2 } cl = { \clef bass \cal \cal \cbl \ccl \ccl \ccl c8 e g c4. c,16 c,8. ~ c,2 \bar "|." } \book { \markup {\fill-line {"I"}} \score { \new PianoStaff << \new Staff \ar \new Staff \al >> \layout {} } \markup {\fill-line {"II"}} \score { \new PianoStaff << \new Staff \br \new Staff \bl >> \layout {} } \markup {\fill-line {"III"}} \score { \new PianoStaff << \new Staff \cr \new Staff \cl >> \layout {} } \score { \new Staff {\unfoldRepeats << \ar \al >> R1 << \br \bl >> R2. << \cr \cl >>} \midi {} } }