lilypond-user
[Top][All Lists]
Advanced

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

Re: Ties over 2 voices


From: Phil Holmes
Subject: Re: Ties over 2 voices
Date: Thu, 13 May 2010 16:24:25 +0100

Thanks Neil. It's the \hideNotes that's the key here. I did know that command once, but forgot it :-(

--
Phil Holmes


----- Original Message ----- From: "Neil Puttock" <address@hidden>
To: "Phil Holmes" <address@hidden>
Cc: "-Eluze" <address@hidden>; <address@hidden>
Sent: Wednesday, May 12, 2010 11:01 PM
Subject: Re: Ties over 2 voices


On 12 May 2010 15:27, Phil Holmes <address@hidden> wrote:

Problem with this is that the unbeamed note in the second voice has a tail
and not a beam, and so we get the result shown in the attached image, with a
tail under the beaming. Also I still get the complaint about clashing note
columns.

If you keep the upper voice in \voiceOne, there will be no clashing columns:

\new Voice \relative c'' {
 \time 3/4
 r2
 <<
   {
     \voiceTwo
     a4 ~ |
     <a c>8
   }
   \new Voice
   {
     \voiceOne
     f'8 c ~ |
     \hideNotes
     c8
   }
 >>
 <a c>16 <a c>
}

Cheers,
Neil




reply via email to

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