summaryrefslogtreecommitdiff
path: root/All_Night,_All_Day/All_Night,_All_Day.ly
diff options
context:
space:
mode:
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
}