bug-lilypond
[Top][All Lists]
Advanced

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

Re: automatic accidental style voice: too many written accidentals


From: Neil Puttock
Subject: Re: automatic accidental style voice: too many written accidentals
Date: Sat, 17 Oct 2009 21:39:09 +0100

2009/10/17 Frédéric Bron <address@hidden>:
> In voice style, when switching from one voice to two voices, the
> program writes too much accidentals.
> This example demonstrates the problem (2.12.2 and 2.13.6): the second
> bes should not have a written flat.
>
> \relative c'' {
>        #(set-accidental-style 'voice)
>        \key f \major
>        bes1
>        << { bes } \\ { g } >>
> }

This snippet has three separate voices, so you'd expect to get a flat
on the second B flat.  Compare with the following, which has two
voices:

\relative c'' {
  #(set-accidental-style 'voice)
  \key f \major
  bes1
  << {
      \voiceOne
      bes
    }
    \new Voice {
      \voiceTwo
      g
  } >>
}

Regards,
Neil




reply via email to

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