In the following example I want to reduce the beams between the first and second notes. According to the docs:
\property Voice.subdivideBeams = ##t
..is what I need to use. It is having no effect. What am I doing wrong?
The docs say tgat subdivideBeams subdivides the beams at beat positions. You wan't to subdivide the beam after 1/8, so you need to tell lilypond that the beats are only 1/8 long:
\property Score.beatLength = #(ly:make-moment 1 8)
-Rune
_______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
