lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

\times 3/2


From: D Josiah Boothby
Subject: \times 3/2
Date: Tue, 19 Oct 2004 21:55:28 -0700
User-agent: Mozilla Thunderbird 0.8 (X11/20041012)

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
   }
}





reply via email to

[Prev in Thread] Current Thread [Next in Thread]