\version "2.22" TrackAVoiceAMusic = { \tempo 4=80 \key c \major \time 4/4 \repeat volta 2 { 8 8 8 8 8 8 8 8 } \alternative { { 8 8 8 8 8 8 16 16 16 r16 } { 8 8 8 8 8 8 8 8 } } 8 8 8 8 8 8 8 8 8 8 8 8 8 8 88 8 8 8 8 8 8 8 8 1 \repeat volta 2 { 8 8 8 8 8 8 8 8 } \alternative { { 8 8 8 8 8 8 16 16 16 r16 } { 8 8 8 8 8 8 8 8 } } 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 1 \repeat volta 2 { 8 8 8 8 8 8 8 8 } \alternative { { 8 8 8 8 8 8 4 } { 8 8 8 8 8 8 8 8 } } \repeat volta 2 { 8 8 8 8 8 8 8 8 } \alternative { { 8 8 8 8 8 8 16 16 16 r16 } { 8 8 8 8 8 8 8 8 } } 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 1 \repeat volta 2 { 8 8 8 8 8 8 8 8 } \alternative { { 8 8 8 8 8 8 4 } { 1 } } \bar "|." } TrackBVoiceAMusic = { \tempo 4=80 \key c \major \time 4/4 \repeat volta 2 { 2. 8 8 } \alternative { { 2. 4 } { 2. 4 } } 2 8 4. 2 8 4. 2 8 4. 1 \repeat volta 2 { 2. 8 8 } \alternative { { 2. 4 } { 2. 4 } } 2 8 4. 2 8 4. 2 8 4. 1 \repeat volta 2 { 4 4 8 8 8. 16 } \alternative { { 4 4 8 8 8. 16 } { 4 4 4 4 } } \repeat volta 2 { 2. 8 8 } \alternative { { 2. 4 } { 2. 4 } } 2 8 4. 2 8 4. 2 8 4. 1 \repeat volta 2 { 4 4 8 8 8. 16 } \alternative { { 4 4 8 8 8. 16 } { 1 } } \bar "|." } TrackCVoiceAMusic = { \tempo 4=80 \key c \major \time 4/4 \repeat volta 2 { 4. 8 2 } \alternative { { 4. 8 2 } { 8\arpeggio 8\arpeggio 8\arpeggio 8\arpeggio 8\arpeggio 8\arpeggio 8\arpeggio 8\arpeggio } } 4 8 8 4 8 8 4 8 8 4 8 8 8 8 8 8 8 8 8 8 1 \repeat volta 2 { 4. 8 2 } \alternative { { 4. 8 2 } { 8\arpeggio 8\arpeggio 8\arpeggio 8\arpeggio 8\arpeggio 8\arpeggio 8\arpeggio 8\arpeggio } } 4 8 8 4 8 8 4 8 8 4 8 8 8 8 8 8 8 8 8 8 1 \repeat volta 2 { 8\arpeggio 8\arpeggio 8\arpeggio 8\arpeggio 8\arpeggio 8\arpeggio 8\arpeggio 8\arpeggio } \alternative { { 8\arpeggio 8\arpeggio 8\arpeggio 8\arpeggio 8\arpeggio 8\arpeggio 4\arpeggio } { 1\arpeggio } } \repeat volta 2 { 4. 8 2 } \alternative { { 4. 8 2 } { 8\arpeggio 8\arpeggio 8\arpeggio 8\arpeggio 8\arpeggio 8\arpeggio 8\arpeggio 8\arpeggio } } 4 8 8 4 8 8 4 8 8 4 8 8 8 8 8 8 8 8 8 8 1 \repeat volta 2 { 8\arpeggio 8\arpeggio 8\arpeggio 8\arpeggio 8\arpeggio 8\arpeggio 8\arpeggio 8\arpeggio } \alternative { { 8\arpeggio 8\arpeggio 8\arpeggio 8\arpeggio 8\arpeggio 8\arpeggio 4\arpeggio } { 1\arpeggio } } \bar "|." } \paper { ragged-bottom = ##f ragged-last-bottom = ##f } \bookpart { \score { \new PianoStaff \with { \omit StringNumber } \fixed c'' << \new Staff \TrackAVoiceAMusic \new Staff { \clef F \TrackBVoiceAMusic } >> } \header { title = "Imagine" instrument = "Piano" } } \bookpart { \header { title = "Imagine" instrument = "Guitar" } \score { \new StaffGroup \with { \omit StringNumber } << \new Staff { \clef "G_8" \TrackCVoiceAMusic } \new TabStaff { \clef "moderntab" \TrackCVoiceAMusic } >> } }