Hello, list,
I'm trying to get a tuplet of two quarter notes in a 9/8 measure (so the beat is a dotted quarter), but what I get is two quarter notes over the space of a dotted half note. I think I can see why this is, but is there a way to get what I want? Or is the score from which I'm copying wrong (in which case I should have two eighths instead of two quarters)?
\version "2.2.6"
\header {
title = "tuplet test"
}\score {
\notes \relative c'' {
\time 9/8
\times 3/2 { bes4 g } d'2. ~
d8
}
\paper {
raggedright = ##t
}
}_______________________________________________ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user
