diff options
author | Erich Eckner <git@eckner.net> | 2018-03-09 08:58:23 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-03-09 08:58:23 +0100 |
commit | fb56fb306b84d1d7b8d26d4f98490e97a9b6f1d9 (patch) | |
tree | fdca5d95058876d6e2042d3205b14a348460fd42 /Hoere_nun_Herr_die_Bitten | |
parent | fd6a26b566df55d54d724903d7755f92df58b9ca (diff) | |
download | Musik-fb56fb306b84d1d7b8d26d4f98490e97a9b6f1d9.tar.xz |
Hoere_nun_Herr_die_Bitten: kein \book
Diffstat (limited to 'Hoere_nun_Herr_die_Bitten')
-rw-r--r-- | Hoere_nun_Herr_die_Bitten/Hoere_nun_Herr_die_Bitten.ly | 66 |
1 files changed, 32 insertions, 34 deletions
diff --git a/Hoere_nun_Herr_die_Bitten/Hoere_nun_Herr_die_Bitten.ly b/Hoere_nun_Herr_die_Bitten/Hoere_nun_Herr_die_Bitten.ly index cc5a2cd..2c442c9 100644 --- a/Hoere_nun_Herr_die_Bitten/Hoere_nun_Herr_die_Bitten.ly +++ b/Hoere_nun_Herr_die_Bitten/Hoere_nun_Herr_die_Bitten.ly @@ -16,43 +16,41 @@ print-all-headers = ##t } -\book { - \score { - \header { - title = "Höre nun, Herr, die Bitten" - composer = "Melodie: Swing low, sweet chariot" - tagline = "" - } +\score { + \header { + title = "Höre nun, Herr, die Bitten" + composer = "Melodie: Swing low, sweet chariot" + tagline = "" + } - \new Staff << - \set Score.skipBars = ##t - \new ChoirStaff << - \new Staff << - \new Voice = frauen { \global \oneVoice \pausen } - \new Voice = sopran { \global \voiceOne \melodieSopran } - \new Voice = alt { \global \voiceTwo \melodieAlt } - >> - \new Lyrics = textI { } - \new Lyrics = textII { } - \new Staff << - \clef "bass" - \new Voice = maenner { \global \oneVoice \pausen } - \new Voice = tenor { \global \voiceOne \melodieTenor } - \new Voice = bass { \global \voiceTwo \melodieBass } - >> - \new Lyrics = textBass { } + \new Staff << + \set Score.skipBars = ##t + \new ChoirStaff << + \new Staff << + \new Voice = frauen { \global \oneVoice \pausen } + \new Voice = sopran { \global \voiceOne \melodieSopran } + \new Voice = alt { \global \voiceTwo \melodieAlt } + >> + \new Lyrics = textI { } + \new Lyrics = textII { } + \new Staff << + \clef "bass" + \new Voice = maenner { \global \oneVoice \pausen } + \new Voice = tenor { \global \voiceOne \melodieTenor } + \new Voice = bass { \global \voiceTwo \melodieBass } >> - \context Lyrics = textI \lyricsto tenor { \textI } - \context Lyrics = textII \lyricsto tenor { \textII } - \context Lyrics = textBass \lyricsto bass { \textBass } + \new Lyrics = textBass { } >> - \layout { - indent = #0 - \context { - \Staff - \RemoveEmptyStaves - \override VerticalAxisGroup #'remove-first = ##t - } + \context Lyrics = textI \lyricsto tenor { \textI } + \context Lyrics = textII \lyricsto tenor { \textII } + \context Lyrics = textBass \lyricsto bass { \textBass } + >> + \layout { + indent = #0 + \context { + \Staff + \RemoveEmptyStaves + \override VerticalAxisGroup #'remove-first = ##t } } } |