12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- \version "2.16.0"
- \include "deutsch.ly"
- \include "defs.ly"
- \include "tutti.ly"
- \include "celloMvtI.ly"
- \include "celloMvtII.ly"
- \include "celloMvtIII.ly"
- instrument = "Violoncello"
- % Remove/comment when you wish to typeset the entire score
- %showLastLength = R1*15
- \paper
- {
- ragged-last-bottom = ##f
- }
- \book
- {
- \include "header.ly"
- \score
- {
- \new Staff
- {
- \set Score.skipBars = ##t
- << \celloMvtI \outlineMvtI >>
- }
- }
- \score
- {
- \new Staff
- {
- \set Score.skipBars = ##t
- << \celloMvtII \outlineMvtII >>
- }
- }
- \score
- {
- \new Staff
- {
- \set Score.skipBars = ##t
- << \celloMvtIII \outlineMvtIII >>
- }
- }
- }
|