Op maandag 08 juni 2009, schreef Mats Bengtsson:
> They are documented, see
> http://lilypond.org/doc/v2.12/Documentation/user/lilypond-internals/Acciden
>tal_005fengraver#Accidental_005fengraver and as far as I can remember, the
> interface hasn't changed for a long time.

I had to manually change my code in a file written for 2.11.43 from:

autoAccidentals =
#'(Staff (same-octave . 0) (any-octave . 0) (same-octave . 1))
 
to this version for 2.12.0:

autoAccidentals =
#`(Staff
        ,(make-accidental-rule 'same-octave 0)
        ,(make-accidental-rule 'any-octave 0)
        ,(make-accidental-rule 'same-octave 1))

to keep it working.

best regards,
Wilbert Berendsen

-- 
Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to