\version "2.18.2" \book { \paper { print-all-headers = ##t } \header { title = "Woodland Sketches" composer = "E. MacDowell" opus = "Op. 51" tagline = ##f } \score { \new PianoStaff << \new Staff { s1 } \new Staff { \clef "bass" s1 } >> \header { title = ##f composer = ##f opus = ##f subtitle = "To a Wild Rose" } } \score { \new PianoStaff << \new Staff { s1 } \new Staff { \clef "bass" s1 } >> \header { title = ##f composer = #f opus = ##f subtitle = "Wil o' the Wisp" } } }