[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Switching associatedVoice
From: |
Marian |
Subject: |
Switching associatedVoice |
Date: |
Sun, 4 Nov 2007 23:04:38 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
The placement of the lyrics seems wrong. The syllables ("B" and "I") after
switching the associated Voice appear on the second note.
In the manual chapter "7.3.7.3 Switching the melody associated with a lyrics
line" the syllable "ran" appears on the first note after the switching.
I'm using Ubuntu 7.04 (Feisty Fawn) {Ubuntustudio}, lilypond 2.10.5
\version "2.10.5"
melody =
\relative c''
{
\time 5/4
c4
<<
{\new Voice = "One"{ \stemUp \override NoteHead #'color = #blue
a8 c d c f d c
d|}}
{\new Voice = "Two" {\override NoteHead #'color = #red
\stemDown d2 a |}}
>>
a4 d c c2 |
}
lyr = \lyricmode
{ \set associatedVoice = One % applies to "B"
A B C D E F G
\set associatedVoice = mel % applies to "I"
H I
}
\score
{ << \new Voice = "mel" \melody
\new Lyrics \lyricsto "mel" \lyr
>>
}
Best regards, Marian
- Switching associatedVoice,
Marian <=