diff options
author | Erich Eckner <git@eckner.net> | 2014-09-04 10:59:12 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2014-09-04 10:59:12 +0200 |
commit | cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd (patch) | |
tree | 25be2d35abeec51d18d0204e199f3bdbf66826b1 /Weihnachtslieder/Frau_Holle/Frau_Holle.ly | |
download | Musik-cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd.tar.xz |
initialer Commit
Diffstat (limited to 'Weihnachtslieder/Frau_Holle/Frau_Holle.ly')
-rw-r--r-- | Weihnachtslieder/Frau_Holle/Frau_Holle.ly | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/Weihnachtslieder/Frau_Holle/Frau_Holle.ly b/Weihnachtslieder/Frau_Holle/Frau_Holle.ly new file mode 100644 index 0000000..171f102 --- /dev/null +++ b/Weihnachtslieder/Frau_Holle/Frau_Holle.ly @@ -0,0 +1,50 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + \new Lyrics \lyricsto rechts { \textIV } + \new Lyrics \lyricsto rechts { \textV } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Frau Holle" + } + \layout { + indent = #0 + } +} |