\version "2.14.2" #(set-global-staff-size 16) \layout { \context { % Leere Zeilen weglassen \RemoveEmptyStaffContext % Auch am Anfang: \override VerticalAxisGroup #'remove-first = ##t } } \paper{ print-all-headers = ##t } \header { title = "16 dreistimmige Stücke" subtitle = "Oboe, Klarinette, Bandoneon" composer = "von Bach, Telemann, Haydn, Mozart" enteredby = "RW" tagline = "" piece = "" } \markup " " \score { \new Staff { c'1 } \header { title = "1. Polonaise" composer = "J.S.Bach" subtitle = "g-moll" subsubtitle = "Notenbüchlein für Anna-Magdalena Bach, 1725" breakbefore = ##f } } \score { \new Staff { c'1 } \header { title = "2. Menuett" composer = "J.S.Bach" subtitle = "d-moll" subsubtitle = "Notenbüchlein für Anna-Magdalena Bach, 1725" breakbefore = ##f } }