User:Lilipond/Klaviernoten/Czerny337-2/bookpart
Jump to navigation
Jump to search
\bookpart {
\paper {
print-all-headers = ##f
ragged-bottom = ##f
ragged-last-bottom = ##f
last-bottom-spacing.padding = #15
top-margin = 20\mm
ragged-right = ##f
ragged-last = ##f
ragged-bottom = ##f
ragged-last-bottom = ##f
bottom-margin = 10\mm
indent = 10\mm
line-width = 170\mm
print-all-headers = ##f
print-first-page-number = ##f
#(include-special-characters)
footnote-separator-markup = \markup \null
}
\header {
title = \myTitel
subtitle = \markup \fontsize #2 { "№ 2" }
subsubtitle = \markup \fontsize #2 { "Jede Repetition" \fontsize #-3 \number 20 "mal" }
poet = ##f
composer = "Carl Czerny (1791-1857)"
piece = ##f
opus = ##f
}
\score
{
\new PianoStaff="leadsheet" \with {
instrumentName = ""
shortInstrumentName = ""
}
<<
\new BarNumberStaff="up"
<<
\new Voice \RH
\context Voice \RHs
>>
\new Dynamics \Dyn
\new Staff="down"
<<
\new Voice \LH
\context Voice \LHs
\new NullVoice \Struktur
>>
>>
\layout {
\context {
\PianoStaff
\override VerticalAxisGroup.staff-staff-spacing = #'((basic-distance . 13))
}
}
}
}