\version "2.12.2" \header { title = "Walzer für Niemand" composer = "Sophie Hunger" tagline = \markup \override #'(box-padding . 1.0) \override #'(baseline-skip . 2.7) \box \column { { \small \line { Transcribed by \with-url #"mailto:treitmayr@devbase.at" "Thomas Reitmayr" ", 2010 • " \with-url #"http://www.devbase.at/" "www.devbase.at" • Typeset using \with-url #"http://www.LilyPond.org" "LilyPond.org" } } } } \paper { #(set-paper-size "a4") line-width = 180\mm left-margin = 15\mm top-margin = 15\mm bottom-margin = 20\mm %%indent = 50\mm %%set to ##t if your score is less than one page: %%ragged-last-bottom = ##f %%ragged-bottom = ##f } global = { \key a \minor \time 6/8 %%\override Fingering #'stencil = ##f %%\override Fingering #'add-stem-support = ##t %%\override Fingering #'staff-padding = #'() } right = \relative c' { \global % Musik folgt hier. %\clef treble %\set Score.doubleRepeatType = #":|.|:" \repeat volta 1 { r8 r8 | % 1 r8 r8 4 | % 2 r8 r8 | % 3 r8 r8 | % 4 } \repeat volta 1 { r8 r8 | % 5 r8 r8 | % 6 r8 r8 | % 7 r8 r8 | % 8 } } left = \relative c' { \global % Musik folgt hier. a4. a | % 1 e4. e4 f8 | % 2 g4. g4. | % 3 f4. f4. | % 4 d4. d4. | % 5 bes4. bes4. | % 6 a4. a4. | % 7 g4. g4. | % 8 } pianoPart = \new PianoStaff \with { instrumentName = "Klavier" } << \new Staff = "right" \with { midiInstrument = "acoustic grand" } \right \new Staff = "left" \with { midiInstrument = "acoustic grand" } { \clef bass \left } >> \score { << \override pianoPart.BarLine #'hair-thickness = #1.0 \pianoPart >> \layout { } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 85 4) } } } \markup { \column { " " "Niemand kommt rein und setzt sich hin" "Den Fuß auf’n Tisch, Hand unter’s Kinn" "Niemand ist hungrig, mein Frühstücksmenü" "Niemand kommt immer zu früh" " " "Niemand, ich habe Geschenke für dich" "Was wär ich geworden, gäb es dich nicht" "Meine gesammelten Werke - bitte sehr" "Alles gehört dir" " " "Niemand, niemand kennt mich wie du" "Unbedingt, ich geb alles zu" "Keine Enttäuschung, kein einziges Mal" "Aber dir ist eh alles egal" " " "Niemand, siehst du’s, ich wachse nicht mehr" "Meine Hände sind Füße, Niemand, schau her" "Bald bin ich nichts und das, was dann bleibt" "Ist deine Wenigkeit" " " "Niemand, was, was willst du?" "Immer bist du hier" "Niemand, was, was willst du?" "Von mir?" "Von mir?" " " \line { "(lyrics from " \with-url #"http://www.magistrix.de/lyrics/Sophie%20Hunger/Walzer-Fuer-Niemand-372629.html" "http://www.magistrix.de/lyrics/Sophie%20Hunger/Walzer-Fuer-Niemand-372629.html" ")" } } }