----- Original Message ----- From: "Dave Higgins" <dave.higg...@dkds.us>
To: <lilypond-user@gnu.org>
Sent: Friday, March 13, 2015 4:06 PM
Subject: baseMoment and beatStructure


I have been banging my head against the wall with this for the longest time.

What I'm looking for with this is 3 16th notes single beam 3 more 16th
notes single beam and 3 more 16th notes.

What I get is 12 16th notes beamed together.

r2. \tuplet 3/2 8 { \set Timing.baseMoment = #(ly:make-moment 1/8) \set
Timing.beatStructure = #'(3 3 3) bes,16 ( c d ees f g a bes c d ees e f
g a bes f d ) }

I've tried many, many combinations and have never found one that
accomplishes what I'd like.

Maybe I'm using the wrong constructs?

Have another look at the NR:

"If a beamExceptions rule is defined for the time signature in force, that rule alone is used to determine the beam placement; the values of baseMoment and beatStructure are ignored."

The default time signature is 4/4, which does have a beamExceptions rule: as the NR says, you have to clear that rule.

--
Phil Holmes

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

Reply via email to