voriges: Automatische Kombination von Stimmen, aufwärts: Mehrere Stimmen
Noten für mehrere Stimmen können verschachtelt notiert werden:
\parallelMusic #'(voiceA voiceB) {
r8 g'16[ c''] e''[ g' c'' e''] r8 g'16[ c''] e''[ g' c'' e''] |
c'2 c'2 |
r8 a'16[ d''] f''[ a' d'' f''] r8 a'16[ d''] f''[ a' d'' f''] |
c'2 c'2 |
}
\new StaffGroup <<
\new Staff \new Voice \voiceA
\new Staff \new Voice \voiceB
>>
Das funktioniert ziemlich gut für Klaviernoten:
Noten = {
\key c \major
\time 4/4
\parallelMusic #'(voiceA voiceB voiceC voiceD) {
% Takt 1
r8 g'16[ c''] e''[ g' c'' e''] r8 g'16[ c''] e''[ g' c''
e''] |
c'2 c'2 |
r8 a16[ d'] f'[ a d' f'] r8 a16[ d'] f'[ a d' f'] |
c2 c2 |
% Takt 2
a'8 b' c'' d'' e'' f'' g'' a'' |
d'4 d' d' d' |
c16 d e f d e f g e f g a f g a b |
a,4 a,4 a,4 a,4 |
% Takt 3 ...
}
}
\score {
\new PianoStaff <<
\Noten
\new Staff <<
\voiceA \\
\voiceB
>>
\new Staff {
\clef bass
<<
\voiceC \\
\voiceD
>>
}
>>
}
Diese Seite ist für LilyPond-2.11.58 (Entwicklungszweig).
Fehler bitte an http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs melden.
Ihre Vorschläge für die Dokumentation sind willkommen.