lilypond-user
[Top][All Lists]
Advanced

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

Re: Collision between voiceOne and voiceTwo, peculiar cautionary


From: Xavier Scheuer
Subject: Re: Collision between voiceOne and voiceTwo, peculiar cautionary
Date: Wed, 3 Aug 2011 16:55:52 +0200

On 3 August 2011 03:11, Frederick Dennis <address@hidden> wrote:
>
> Dear All,
> In this code:
>
> \version "2.14.2"
> pianoOne = \relative c' { \voiceOne aes'4 g8 fis4 g8 }
> pianoTwo = \relative c' { \voiceTwo <g d' f>4 <g d' f>8 <g d' f\!>4 <g d'
> f>8}
>
> \score {
> \new PianoStaff <<
> \new Staff = "RH"
> << { \pianoOne } \\ { \pianoTwo } >>
> >>
> }
>
> the cautionary accidental has been moved to the next chord
> and the f sharp is on top of the f natural. Is this a bug?
> Sorry, I forgot to edit the subject.

This is a known bug:
http://code.google.com/p/lilypond/issues/detail?id=1134
See comment 3 for a workaround.

To avoid the f natural on the next chord you can use
  #(set-accidental-style 'voice) , although this is not a proper
solution.

Cheers,
Xavier

-- 
Xavier Scheuer <address@hidden>



reply via email to

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