\include "english.ly" \layout { indent = 0.0\cm } \paper { #(define top-margin (* .5 cm)) top-system-spacing #'basic-distance = #10 score-system-spacing #'basic-distance = #15 system-system-spacing #'basic-distance = #15 last-bottom-spacing #'basic-distance = #10 score-markup-spacing #'basic-distance = #8 ragged-bottom = ##t } Soprano = \relative c' { \clef treble \key g \major \numericTimeSignature \autoBeamOn \time 3/4 s2 8_. 8_. s2. \bar "||" } Alto = \relative c'' { \clef treble \key g \major \numericTimeSignature \autoBeamOn \time 3/4 2 s4 2 s4 } Tenor = \relative c' { \clef bass \key g \major \numericTimeSignature \autoBeamOn \time 3/4 s2. s } Bass = \relative c { \clef bass \key g \major \numericTimeSignature \autoBeamOn \time 3/4 \override MultiMeasureRest.staff-position = #+2 R2. d2.\rest } \score { << \new PianoStaff << \new Staff = upper << \context Voice = sopranos { \voiceOne << \Soprano >> } \context Voice = altos { \voiceTwo << \Alto >> } >> \new Staff = lower << \context Voice = tenors { \voiceThree << \Tenor >> } \context Voice = basses { \voiceFour << \Bass >> } >> >> >> \layout { ragged-last = ##f ragged-bottom = ##t \context { \Score % \remove "Bar_number_engraver" \remove "Time_signature_engraver" } \context { \Lyrics \override LyricSpace #'minimum-distance = #0.1 %0.8 \override LyricText #'font-size = #+1.5 \override VerticalAxisGroup #'minimum-Y-extent = #'(-1 . 1) \override VerticalAxisGroup. nonstaff-relatedstaff-spacing.padding = #1.5 \override VerticalAxisGroup. nonstaff-unrelatedstaff-spacing.padding = #1.5 } } }