%This is the file to compile \version "2.18.0" \include "english.ly" %including the music content \include "content.ly" #(set-global-staff-size 14) \paper { #(set-paper-size "letter") left-margin = 1\in top-margin = 1\in line-width = 6.5 \in paper-width = 8.5 \in paper-height = 11 \in top-margin = 0.5 \in bottom-margin = 1 \in ragged-bottom = ##f obsolete-between-system-space = 0.75\in system-system-spacing #'basic-distance = #(/ obsolete-between-system-space staff-space) score-system-spacing #'basic-distance = #(/ obsolete-between-system-space staff-space) % ragged-last-bottom = ##t } \layout { \context { \type "Engraver_group" \name "MarkLine" \consists "Output_property_engraver" \consists "Axis_group_engraver" % \consists "Mark_engraver" \consists "Metronome_mark_engraver" \override VerticalAxisGroup.minimum-Y-extent = #'(4 . 0 ) } \context { \Score % \remove "Mark_engraver" % \remove "Metronome_mark_engraver" \accepts MarkLine % \remove "Staff_collecting_engraver" % \override SpacingSpanner.uniform-stretching = ##t } %{ \context { \Staff %\consists "Mark_engraver" \consists "Staff_collecting_engraver" } %} \context{ \RemoveEmptyStaffContext } }%end layout \header { title = "Karaniya Metta Sutta" composer = "Traditional Buddhist chant, arr. Keizen Li Qian" %copyright = "Karaniya Metta Sutta by Keizen Li Qian is licensed under a Creative Commons Attribution-ShareAlike 4.0 Unported License." } %\bookpart { \score { %full system group << %choir \new ChoirStaff << \new Staff { \override Staff.InstrumentName.self-alignment-X = #RIGHT \set Staff.instrumentName = \markup \right-column { "Soprano" } %\new Voice = "Tenor1" \set Staff.shortInstrumentName = #"S" %<< \new Voice = "sopranos" %<< \global \sopMusic %>> } \lyricsto "sopranos" \new Lyrics \sopWords %>> %end T1 staff \new Staff << \override Staff.InstrumentName.self-alignment-X = #RIGHT \set Staff.instrumentName = \markup \right-column { "Alto" } %\new Voice = "Tenor2" \set Staff.shortInstrumentName = #"A" \new Voice = "altos" << \global \altoMusic >> \lyricsto "altos" \new Lyrics \altoWords >> \new Staff << \override Staff.InstrumentName.self-alignment-X = #RIGHT \set Staff.instrumentName = \markup \right-column { "Tenor" } \set Staff.shortInstrumentName = #"T" \new Voice = "tenors" << \global \tenorMusic >> \new Lyrics \lyricsto "tenors" \tenorWords >> \new Staff << \override Staff.InstrumentName.self-alignment-X = #RIGHT \set Staff.instrumentName = \markup \right-column { "Bass" } %\new Voice = "Bass" \set Staff.shortInstrumentName = #"B" \new Voice = "basses" << \global \bassMusic >> \lyricsto "basses" \new Lyrics \bassWords >> %end choir staff group >> %end full system group >> } %end score \header { piece = "" } %} %end bookpart2