lilypond-user
[Top][All Lists]
Advanced

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

\tuplet 2/3


From: address@hidden
Subject: \tuplet 2/3
Date: Tue, 15 Dec 2020 22:09:27 +0000 (GMT)

I need to print half-note duplets in 3/4 time.  '\tuplet 2/3' does not work.  
The code below *does* work.  My question is; is this the "right" way to do this?

Thanks,

David

\version "2.20.0"

\score {
  \relative c' {
    \time 3/4
    \once\override TupletNumber.text = \markup{ "2" }
    \tuplet 4/3 {c2 c}
  }
}



reply via email to

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