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?


-David Bobroff
 Lilypond 1.7.20

\score {
    \notes \relative c, { 
        \time 4/4
        \clef F
        \key bes \major
        \property Voice.subdivideBeams = ##t
        r16. [f32 \times 2/3 {g16 f e}] [f8. d'16] bes2 ~
    }
    \paper { }
}



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to