Hi! Please help --- "can't understand" (tm) "what's wrong" (tm) :-)
Looking at that snippet below i would say that too few notes have natural sign cancelling preceeding sharp (only one). I would expect other voices have cancellations too. Documentation[1] says: % -------8<------------------------- piano "This rule reflects twentieth-century practice for piano notation. Its behavior is very similar to modern style, but here accidentals also get canceled across the staves in the same GrandStaff or PianoStaff, hence all the cancellations of the final notes." % -------8<------------------------- So, what's wrong in that snippet below? Another, side question, documentation says also: "This [piano] accidental style applies to the current GrandStaff or PianoStaff by default." What does this mean? That i need not to say #(set-accidental-style 'piano) for PianoStaff? Or it can be said for one Staff only to be applied to whole PianoStaff? I can not guess answer to the latter question since i'm lost at all!-) I feel automatic accidentals do work (they do work for that example at the site![2]), but i can not get them working for some reason! Please, help :-) Thank you! % -------8<------------------------- \version "2.13.24" musicAA = \relative c'' { cis1 c1 } musicAB = \relative c' { c1 c1 } musicB = \relative c'' { c1 c1 } \score { \new PianoStaff { << \new Staff << #(set-accidental-style 'piano 'Score) \new Voice { \voiceOne \musicAA } \new Voice { \voiceTwo \musicAB } >> \new Staff { \new Voice { \musicB } } >> } } % -------8<------------------------- ________________________ 1. http://lilypond.org/doc/v2.13/Documentation/notation/displaying-pitches#automatic-accidentals 2. http://lilypond.org/doc/v2.13/Documentation/61/lily-f283ad91.ly -- Dmytro O. Redchuk _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user