lilypond-user
[Top][All Lists]
Advanced

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

indicating rhythmic equivalence


From: Paul Scott
Subject: indicating rhythmic equivalence
Date: Sat, 17 Dec 2022 10:53:51 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0

A typical indication of rhythmic equivalence is to mark dotted quarter = quarter or it's many variations.

The following is a simple modification of an example in 2.24.0 NR 1.3.3: Metronome marks.  I would think the part I added would give me the notation: quarter = dotted quarter.

Any ideas?

TIA,

Paul


\version "2.24.0"

\relative {
  \tempo \markup {
    Swing
    \hspace #0.4
    \rhythm { 8[ 8] } = \rhythm { \tuplet 3/2 { 4 8 } }
  }
  b8 g' c, d ees d16 ees d c r8
  \tempo \markup {
    Swing
    \hspace #0.4
    \rhythm { 4 } = \rhythm { 4. }
  }
  \time 3/4 c'2.
}




reply via email to

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