[EMAIL PROTECTED] writes: > Setting subdivideBeams just after a beam infects the setting for that > beam. In this ex one would expect one beam subdivided - but you get two > beams. > How can I correct this? >
A beam is typesetted `after' it is finished. Temporally, the ] comes after the closing note. You read the value of subdivideBeam too late in beam-engraver. You should store the value of subdivideBeams when the beam is created and use that value when you want to generate the pattern. -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.cs.uu.nl/~hanwen/ _______________________________________________ Lilypond-devel mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-devel
