lilypond-user
[Top][All Lists]
Advanced

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

metronome marks suppression again


From: michael webster
Subject: metronome marks suppression again
Date: Sat, 04 Sep 2010 17:39:58 -0700

howdy all - a refinement to my question.

yes indeed, setting Score.tempoHideNote = ##f will force lily to display 
redundant makings like \tempo 4 = 80.

but is there also a way to force lily to show redundant tempo markups like this 
one?:

\score{
        \new Staff{
                c d e f

%%%%%%% this mark shows up %%%%%%%%%%
 \tempo \markup {   
         \concat {
            \smaller \general-align #Y #DOWN \note #"8." #1
            " = "
            \smaller \general-align #Y #DOWN \note #"4" #1      
          } 
      }  

                g a b c

%%%%%%%% this mark does not %%%%%%%%%

 \tempo \markup {
         \concat {
            \smaller \general-align #Y #DOWN \note #"8." #1
            " = "
            \smaller \general-align #Y #DOWN \note #"4" #1      
          } 
      }  
                d e f g
}}




reply via email to

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