summaryrefslogtreecommitdiff
path: root/All_Night,_All_Day/All_Night,_All_Day.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2014-12-11 09:25:56 +0100
committerErich Eckner <git@eckner.net>2014-12-11 09:25:56 +0100
commitc05cabe4382146f179bc8ba4f4fdbce7da314c73 (patch)
treeadda7e55360f23689421e5baa7224ed5be7ca7f4 /All_Night,_All_Day/All_Night,_All_Day.ly
parent051fa4a0e3ea05af2c43f54cd577a4e403f65465 (diff)
downloadMusik-c05cabe4382146f179bc8ba4f4fdbce7da314c73.tar.xz
pointAndClickOff eingefuegt
Diffstat (limited to 'All_Night,_All_Day/All_Night,_All_Day.ly')
-rw-r--r--All_Night,_All_Day/All_Night,_All_Day.ly50
1 files changed, 36 insertions, 14 deletions
diff --git a/All_Night,_All_Day/All_Night,_All_Day.ly b/All_Night,_All_Day/All_Night,_All_Day.ly
index 53ee55e..b012984 100644
--- a/All_Night,_All_Day/All_Night,_All_Day.ly
+++ b/All_Night,_All_Day/All_Night,_All_Day.ly
@@ -5,42 +5,64 @@
#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
#(set-default-paper-size "kindle")
+\pointAndClickOff
+
\header {
tagline = ""
+ title = "All Night, All Day"
}
\paper {
top-margin = 5
}
\score {
- \new ChoirStaff {
- <<
+ \new ChoirStaff <<
\set Score.skipBars = ##t
- \new Voice = sopran { \global \sopranMelodieRefrain }
+ \new Staff {
+ \new Voice = sopran { \global \sopranMelodieRefrain }
+ }
\new Lyrics \lyricsto sopran { \sopranTextRefrain }
- \new Voice = alt { \global \altMelodieRefrain }
+ \new Staff {
+ \new Voice = alt { \global \altMelodieRefrain }
+ }
\new Lyrics \lyricsto alt { \altTextRefrain }
- \new Voice = tenor { \global \tenorMelodieRefrain }
+ \new Staff {
+ \new Voice = tenor { \global \tenorMelodieRefrain }
+ }
\new Lyrics \lyricsto tenor { \tenorTextRefrain }
- \new Voice = bass { \global \bassMelodieRefrain }
+ \new Staff {
+ \new Voice = bass { \global \bassMelodieRefrain }
+ }
\new Lyrics \lyricsto bass { \bassTextRefrain }
- >> }
- \new ChoirStaff {
- <<
- \new Voice = sopranstr { \global \sopranMelodieStr }
+ >>
+ \layout {
+ indent = #0
+ }
+}
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff {
+ \new Voice = sopranstr { \global \sopranMelodieStr }
+ }
\new Lyrics \lyricsto sopranstr { \sopranTextStrI }
\new Lyrics \lyricsto sopranstr { \sopranTextStrII }
- \new Voice = altstr { \global \altMelodieStr }
+ \new Staff {
+ \new Voice = altstr { \global \altMelodieStr }
+ }
\new Lyrics \lyricsto altstr { \altTextStrI }
\new Lyrics \lyricsto altstr { \altTextStrII }
- \new Voice = tenorstr { \global \tenorMelodieStr }
+ \new Staff {
+ \new Voice = tenorstr { \global \tenorMelodieStr }
+ }
\new Lyrics \lyricsto tenorstr { \tenorTextStrI }
\new Lyrics \lyricsto tenorstr { \tenorTextStrII }
- \new Voice = bassstr { \global \bassMelodieStr }
+ \new Staff {
+ \new Voice = bassstr { \global \bassMelodieStr }
+ }
\new Lyrics \lyricsto bassstr { \bassTextStrI }
\new Lyrics \lyricsto bassstr { \bassTextStrII }
>>
- }
\layout {
indent = #0
}