Ha, found another two bugs :-)
Werner ====================================================================== % % This file shows two problems with octavation in lilypond % CVS 2004-01-16 07:44 MET. % % . There are three different horizontal start positions of the `8'. The % first line and the second line is correct, the third line wrong. It % should be the same as in the second line. % % . The octavation in the fourth line is incorrectly offset to the right. % It seems as if the `8' is horizontally positioned at the stem position % which is wrong. It has to be placed relative to the leftmost note head % of a chord. \version "2.1.9" \include "paper20.ly" \score { \context Voice \notes { \clef treble #(set-octavation 1) \property Staff.ottavation = #"8" c'''1 | \break c'''1 | \break c'''1 | \break \clef bass #(set-octavation -1) \property Staff.ottavation = #"8" c,,16 } \paper { linewidth = 50.0\mm indent = 0.0\mm } } % EOF
<<inline: octavation1.png>>
_______________________________________________ Lilypond-devel mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-devel