lilypond-user
[Top][All Lists]
Advanced

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

Re: Clashing note columns


From: Phil Holmes
Subject: Re: Clashing note columns
Date: Sat, 10 Dec 2011 12:11:57 -0000

----- Original Message ----- From: "Kris Van Bruwaene" <address@hidden>
To: <address@hidden>
Sent: Saturday, December 10, 2011 12:00 PM
Subject: Re: Clashing note columns



Here is an example.

Kris
http://old.nabble.com/file/p32951130/lilytest.ly lilytest.ly

If you'd cut even more of the code out, you would have seen that the lyrics are irrelevant to the clashing notes. The notes clash because Lilypond uses voices to split the parts in a single stave, and these are called voiceOne, voiceTwo, etc. But you've redefined these, so it doesn't work. Redefine your music with different names, and base your song on this structure:

\score {
<<
  \new Staff = sopStaff {
   <<
   \new Voice = sopSplitpart { \voiceOne \voiceTwoA }
   \new Voice = sopVoice { \voiceTwo \voiceOneA }
   >>
  }
>>
}


I think you'll find that this will work.

--
Phil Holmes





reply via email to

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