Paul Scott wrote:
Chip wrote:

Now that the previous triplets question is answered and working properly howabout this one -

I have 4/4 time, 3 triplet 1/2 notes in one measure. I can get the 3 notes in the measure, but the triplet indicator is the # 3 under each individual note, and no bar.

\times 2/3 {fs2 fs fs ~}

I've tried some variations on this -
\set tupletSpannerDuration = #(ly:make-moment 1 4)
in front of it but to no avail.


Did you set this previously? It says group the tuplets in quarter (1 / 4) note groups which is smaller than the grouping you are indicating. The correct one for a 4 quarter note (one whole note) grouping would be:
\set tupletSpannerDuration = #(ly:make-moment 1 1)
meaning whole note (1/1) groupings.


I took me a while to figure out how that related to the tuplets I wanted.

I would guess there is a way to reset tupletSpannerDuration to get it back out if the way but I haven't looked that up yet. Otherwise once you use it in a score you will have to keep changing it for each new tuplet group size.

Read at http://lilypond.org/doc/v2.4/Documentation/user/out-www/lilypond/Changing-context-properties-on-the-fly.html if you want to learn the opposite of \set.

  /Mats


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

Reply via email to