summaryrefslogtreecommitdiff
path: root/Ich_sing_dir_mein_Lied
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-03-09 08:58:35 +0100
committerErich Eckner <git@eckner.net>2018-03-09 08:58:35 +0100
commitc0425a5c5e2895d6c299a000f1559df96813583b (patch)
tree324e3a46581e4a5c773123d73aff8816d02e58cb /Ich_sing_dir_mein_Lied
parentfb56fb306b84d1d7b8d26d4f98490e97a9b6f1d9 (diff)
downloadMusik-c0425a5c5e2895d6c299a000f1559df96813583b.tar.xz
Ich_sing_dir_mein_Lied: kein \book
Diffstat (limited to 'Ich_sing_dir_mein_Lied')
-rw-r--r--Ich_sing_dir_mein_Lied/Ich_sing_dir_mein_Lied.ly72
1 files changed, 35 insertions, 37 deletions
diff --git a/Ich_sing_dir_mein_Lied/Ich_sing_dir_mein_Lied.ly b/Ich_sing_dir_mein_Lied/Ich_sing_dir_mein_Lied.ly
index 4c1bdf4..358c62e 100644
--- a/Ich_sing_dir_mein_Lied/Ich_sing_dir_mein_Lied.ly
+++ b/Ich_sing_dir_mein_Lied/Ich_sing_dir_mein_Lied.ly
@@ -16,46 +16,44 @@
print-all-headers = ##t
}
-\book {
- \score {
- \header {
- title = "Ich sing dir mein Lied"
- composer = "Melodie: aus Brasilien"
- arranger = "Satz: Helmut Brand 1998"
- tagline = ""
- }
+\score {
+ \header {
+ title = "Ich sing dir mein Lied"
+ composer = "Melodie: aus Brasilien"
+ arranger = "Satz: Helmut Brand 1998"
+ tagline = ""
+ }
- \new Staff <<
- \set Score.skipBars = ##t
- \new ChoirStaff <<
- \new Staff <<
- \new Voice = sopran { \global \voiceOne \melodieSopran }
- \new Voice = alt { \global \voiceTwo \melodieAlt }
- >>
- \new Lyrics = textI { }
- \new Lyrics = textII { }
- \new Lyrics = textIII { }
- \new Lyrics = textIV { }
- \new Lyrics = textV { }
- \new Staff <<
- \clef "bass"
- \new Voice = tenor { \global \voiceOne \melodieTenor }
- \new Voice = bass { \global \voiceTwo \melodieBass }
- >>
+ \new Staff <<
+ \set Score.skipBars = ##t
+ \new ChoirStaff <<
+ \new Staff <<
+ \new Voice = sopran { \global \voiceOne \melodieSopran }
+ \new Voice = alt { \global \voiceTwo \melodieAlt }
+ >>
+ \new Lyrics = textI { }
+ \new Lyrics = textII { }
+ \new Lyrics = textIII { }
+ \new Lyrics = textIV { }
+ \new Lyrics = textV { }
+ \new Staff <<
+ \clef "bass"
+ \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 = textIII \lyricsto tenor { \textIII }
- \context Lyrics = textIV \lyricsto tenor { \textIV }
- \context Lyrics = textV \lyricsto tenor { \textV }
>>
- \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 = textIII \lyricsto tenor { \textIII }
+ \context Lyrics = textIV \lyricsto tenor { \textIV }
+ \context Lyrics = textV \lyricsto tenor { \textV }
+ >>
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \RemoveEmptyStaves
+ \override VerticalAxisGroup #'remove-first = ##t
}
}
}