lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Difference Between \lyricsto and associatedVoice With Melody Rhythm


From: Bill Mooney
Subject: Re: Difference Between \lyricsto and associatedVoice With Melody Rhythm
Date: Mon, 07 Nov 2011 12:36:35 +1300
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110921 Thunderbird/3.1.15

On 07/11/11 10:32, eluze wrote:
see http://old.nabble.com/wrong-alignment-when-repeating-music-with-different-text-on-one-line-ts32622828.html#a32622828 for a related problem. this has not been treated as a bug report. at least there seems to be a solution to this: use explicitly named contexts before actually filling voices and lyrics:
does this do what you expect!?
Eluze
On 07/11/11 10:32, eluze wrote:
\score {
   \new Staff = "A"
   \new Lyrics = "A"
   \context Staff <<
     {
       \new Voice = "unsung" { \unsungmelodyA }
       \new Voice = "sungA" { \sungmelodyOne }
       \new Voice = "unsung" { \unsungmelodyB }
       \new Voice = "sungB" { \sungmelodyTwo }
       \new Voice = "unsung" { \unsungmelodyC }
       \new Voice = "sungC" { \sungmelodyThree }
     }
     \context Lyrics = "A" \lyricsto "sungA" \wordsA
     \context Lyrics = "A" \lyricsto "sungB" \wordsB
     \context Lyrics = "A" \lyricsto "sungC" \wordsC
 >>
}
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Many thanks!
I will have to do more to get the idea of 'contexts' firmly placed in my head! :)

Still no obvious reason why barcheck numbers are so unusual...

Regards
Bill



reply via email to

[Prev in Thread] Current Thread [Next in Thread]