\header { dedication = \markup { "Chappell's Army Journal" } title = \markup { \fill-line { \small "1st Trombone" "No 743" "" } } subtitle = \markup { "The Grenadiers" } subsubtitle = \markup { "Valse Militaire" } composer = \markup { "Emil Waldteufel" } poet = \markup { \center-column { "Arranged for this" "by that" } } copyright = \markup { \fill-line { \left-column { "Copyright ..." "by permission ..." } \box "9164" "39039" } } tagline = ##f } fluteNotes = \relative { r1 r2. c''4 | d8 c d e fis2 | g2 d | } oboeNotes = \relative c'' { R1 * 2 \mark \markup { "Allegro moderato" } <>^\markup \tiny { \center-align "man with golden flute" } \cueDuring #"flute" #UP { R1 } \repeat unfold 14 { g'2 c, } \bar "||" \once \override Staff.RehearsalMark.break-visibility = #begin-of-line-invisible \mark \markup { \musicglyph #"scripts.ufermata" } } \addQuote "flute" { \fluteNotes } \score { \new Staff { \set Staff.instrumentName = "INTRO." \compressFullBarRests \oboeNotes } } \score { \new Staff { \set Staff.instrumentName = "No 1. " \compressFullBarRests \oboeNotes } }