lilypond-user
[Top][All Lists]
Advanced

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

listesso tempo


From: Helge
Subject: listesso tempo
Date: Fri, 22 Apr 2016 08:13:20 +0200

I want to write an indication that the beat continues at a meter
change. I found in the notation manual a solution with \tempo

\version "2.18"
\relative c' {
  \time 4/4
  | c4 c c c
  \tempo \markup {
    \concat {
      \smaller \general-align #Y #DOWN \note #"4" #1
      " = "
      \smaller \general-align #Y #DOWN \note #"4" #1
    }
  }
  \time 3/4
  | c c c
  | c2.
}

Is there a simpler way to write this "listesso tempo"?

Regards
Helge



reply via email to

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