diff --git a/welkom.ly b/welkom.ly index fff2440..6d210eb 100644 --- a/welkom.ly +++ b/welkom.ly @@ -35,7 +35,11 @@ stub = { anonymousStaffVocals = { - \new Staff \with { instrumentName = "Zang" midiInstrument = "Alto Sax" } + \new Staff \with { + instrumentName = "Zang" + % No MIDI instrument + \magnifyStaff #2/3 + } \new Voice \vocalsIMusic \addlyrics \vocalsILyrics } @@ -96,6 +100,7 @@ anonymousStaffVocals = { \book { \bookOutputSuffix "accordeon" \header { instrument = "Accordeon" } + \paper { ragged-bottom = ##f ragged-last-bottom = ##f } \score { \compressMMRests << @@ -113,6 +118,7 @@ anonymousStaffVocals = { \book { \bookOutputSuffix "cello" \header { instrument = "Cello" } + %\paper { ragged-bottom = ##f ragged-last-bottom = ##f } \score { \compressMMRests << @@ -126,6 +132,7 @@ anonymousStaffVocals = { \book { \bookOutputSuffix "piano" \header { instrument = "Piano" } + \paper { ragged-bottom = ##f ragged-last-bottom = ##f } \score { \compressMMRests << @@ -138,3 +145,17 @@ anonymousStaffVocals = { \layout {} } } + +\book { + \bookOutputSuffix "vocals" + \header { instrument = "Zang" } + \paper { ragged-bottom = ##f ragged-last-bottom = ##f } + \score { + \compressMMRests + << + \new Staff \with { instrumentName = "Zang" midiInstrument = "Alto Sax" } + \new Voice \vocalsIMusic \addlyrics \vocalsILyrics + >> + \layout {} + } +}