diff options
author | Erich Eckner <git@eckner.net> | 2017-06-15 10:27:46 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-06-15 10:27:46 +0200 |
commit | 7528f6231d58bd46f4a6da8b671d53a3e539cadd (patch) | |
tree | a8ec9ed45bfbc9d7c76bbe0a1c4a970009072c86 /Im_Fruehling/Im_Fruehling.ly | |
parent | a4b62a40f1668ee59c06966c62a759356565df25 (diff) | |
download | Musik-7528f6231d58bd46f4a6da8b671d53a3e539cadd.tar.xz |
Im_Fruehling: Makefile neu
Diffstat (limited to 'Im_Fruehling/Im_Fruehling.ly')
-rw-r--r-- | Im_Fruehling/Im_Fruehling.ly | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/Im_Fruehling/Im_Fruehling.ly b/Im_Fruehling/Im_Fruehling.ly index ba91d02..f79ece4 100644 --- a/Im_Fruehling/Im_Fruehling.ly +++ b/Im_Fruehling/Im_Fruehling.ly @@ -1,9 +1,10 @@ \include "deutsch.ly" +#(ly:set-option 'relative-includes #t) \include "stimmen.ly" \include "texte.ly" +#(ly:set-option 'relative-includes #f) -#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) -#(set-default-paper-size "kindle") +%spezifisch% \pointAndClickOff @@ -12,18 +13,22 @@ } \paper { top-margin = 5 + print-all-headers = ##t } \score { + \header { + title = "Im Frühling" + composer = "Melodie: Wolfgang Amadeus Mozart" + tagline = "" + } \new ChoirStaff << \set Score.skipBars = ##t - \new Staff { - << - \new Voice = pFrauen { \global \pausen } - \new Voice = sopran { \global \voiceOne \sopranMelodie } - \new Voice = alt { \global \voiceTwo \altMelodie } - >> - } + \new Staff << + \new Voice = pFrauen { \global \pausen } + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> \new Lyrics \lyricsto sopran { \textI } \new Lyrics \lyricsto sopran { \textII } \new Lyrics \lyricsto sopran { \textIII } |