On 07/06/2010 09:20 AM, M Watts wrote:

\relative c' {
\time 9/16
\set Staff.timeSignatureFraction = #'(3 . 4)
\override NoteHead #'duration-log = #1
\override Beam #'positions = #'(1.25 . 1.5) % not strictly needed
b8. c d
}


Sorry, the above only has one beam; for two beams, it's:

\relative c' {
  \time 9/32
  \set Staff.timeSignatureFraction = #'(3 . 4)
  \override NoteHead #'duration-log = #1
  \override Beam #'positions = #'(1.25 . 1.5)
  b16. c d
}

The time sig denominator and note duration are both doubled to add another beam.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to