\include "deutsch.ly" \include "stimmen.ly" \include "artikulation.ly" \pointAndClickOff % #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) % #(set-default-paper-size "kindle") \paper { top-margin = 5 print-all-headers = ##t } \header { title = ##f composer = ##f tagline = ##f } \score { \header { title = "Hedwig's theme" composer = "John Williams" tagline = ##f } \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \transposition b \new Voice = eins << \global \artikulation \einsMelodie >> >> \new Staff << \transposition b \new Voice = zwei << \global \artikulation \zweiMelodie >> >> \new Staff << \transposition b \new Voice = drei << \global \artikulation \dreiMelodie >> >> \new Staff << \new Voice = vier \transpose d c << \global \artikulation \vierMelodie >> >> >> \layout { indent = #0 } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 75 2) } } }