2009/6/15 Neil Puttock <[email protected]>:

> Though this gets rid of the extra space, it has an unfortunate side
> effect of changing the accidental positioning.

Another option which doesn't have this side effect would be to create
a custom accidental style which checks for a particular pitch (I've
copied 'dodecaphonic here for the sake of simplicity):

\relative c' {
  \set Staff.autoAccidentals =
    #`(Staff ,(lambda (context pitch barnum position)
                      (if (equal? pitch (ly:make-pitch 0 6 FLAT))
                          '(#f . #f)
                          '(#f . #t))))
  <es ges bes des>4
}

Regards,
Neil


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to