2008/4/24 Han-Wen Nienhuys : > little shorter > > (cons (+ (car attach-off) (if (> dir 0) stem-thickness 0)) > .. )
Much more elegant, thanks. :-) However, in this case the (> dir 0) should be reversed: (cons (+ (car attach-off) (if (< dir 0) stem-thickness 0)) stemy))))) I've included a patch that should be applied on top of the one Valentin already applied. Yesterday evening I tinkered with augmentation dots. With some modification, they follow the contours of the flagged notes a little better than with the default behaviour. The code probably needs a bit optimisation but here's a preview. I'll probably start another thread concerning that. -Risto
note-by-number-horiz-flag-position-v3.patch
Description: Binary data
markup_augmentation_dots.pdf
Description: Adobe PDF document
_______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
