This is a little simpler: \version "2.18" \relative c' { \time 4/4 | c4 c c c \tempo \markup { \fontsize #-1 { \general-align #Y #DOWN \note #"4" #1 "=" \general-align #Y #DOWN \note #"4" #1 } } \time 3/4 | c c c | c2. }
You could not use \general-align but the = would no longer line up with the noteheads. If you need to use the notation more than once, you could create a variable: crotchetequalscrotchet = \markup { \fontsize #-1 { \general-align #Y #DOWN \note #"4" #1 "=" \general-align #Y #DOWN \note #"4" #1 } } \version "2.18" \relative c' { \time 4/4 | c4 c c c \tempo \crotchetequalscrotchet \time 3/4 | c c c \tempo \crotchetequalscrotchet \time 4/4 | c1 } Hope that helps, Greg. On Fri, Apr 22, 2016, at 07:13 AM, Helge wrote: > 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 > > _______________________________________________ > lilypond-user mailing list > lilypond-user@gnu.org > https://lists.gnu.org/mailman/listinfo/lilypond-user _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user