Dies ist das Archiv des alten Forums (bis März 2017). Das aktuelle Forum ist unter https://lilypondforum.de zu finden. This is the archive of the old forum (until March 2017). You can find the current forum at https://lilypondforum.de.
% Titel\version "2.11.25"\header { title = "" composer = "" copyright = ""}melodie = {}% Ausgabe\chords { }\relative c' { \key c \major \melodie}\addlyrics {}
\version "2.10.4"\include "deutsch.ly"upperHarpOne = \relative c' { a b c}lowerHarpOne = \relative c { b c d}upperHarpTwo = \relative c' { d e f}lowerHarpTwo = \relative c { e f g}\book { \header { title = \markup { \italic "My Song" } } \score { { << \new GrandStaff << \new Staff = u \upperHarpOne \new Staff = l \lowerHarpOne >> \new GrandStaff << \new Staff = upper \upperHarpTwo \new Staff = lower \lowerHarpTwo >> >> } \layout { } \midi { } }}