From c05cabe4382146f179bc8ba4f4fdbce7da314c73 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 11 Dec 2014 09:25:56 +0100 Subject: pointAndClickOff eingefuegt --- All_Night,_All_Day/All_Night,_All_Day.ly | 50 +++++++++++++++++++++++--------- 1 file changed, 36 insertions(+), 14 deletions(-) (limited to 'All_Night,_All_Day/All_Night,_All_Day.ly') 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 } -- cgit v1.2.3-54-g00ecf