accidentals on note overlaps

2014-07-14 Thread David Nalesnik
Hi,

In the following example, the half-note F# counts as an immediate
repetition and should not get an accidental in neo-modern and
neo-modern-cautionary styles,  This issue is seen in the documentation at
http://lilypond.org/doc/v2.19/Documentation/notation/displaying-pitches#automatic-accidentals:
the c-sharps in the upper staff of the second measure shouldn't appear in
these two styles.  (The repetition makes sense in neo-modern-voice and
neo-modern-voice-cautionary.)


{

  \accidentalStyle neo-modern

   fis'1 \\ { r2 fis' } 

}


 {

  \accidentalStyle neo-modern-cautionary

   fis'1 \\ { r2 fis' } 

}
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: accidentals on note overlaps

2014-07-14 Thread David Nalesnik
On Mon, Jul 14, 2014 at 7:39 PM, David Nalesnik david.nales...@gmail.com
wrote:

 Hi,

 In the following example, the half-note F# counts as an immediate
 repetition and should not get an accidental in neo-modern and
 neo-modern-cautionary styles,  This issue is seen in the documentation at
 http://lilypond.org/doc/v2.19/Documentation/notation/displaying-pitches#automatic-accidentals:
 the c-sharps in the upper staff of the second measure shouldn't appear



...the accidental on the second C# shouldn't appear
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond