lilypond-user
[Top][All Lists]
Advanced

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

\set Staff.tempoHideNote not working


From: Patrick Karl
Subject: \set Staff.tempoHideNote not working
Date: Thu, 19 Jul 2018 15:00:52 -0500
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

Neither of the following attempts at hiding the "quarter note = nnn" works:


{ \set Staff.tempoHideNote = ##t
  \tempo "Allegro" 4=120
  c''4 d'' e'' f''
}

{ \tempo "Allegro" \set Staff.tempoHideNote = ##t
  \tempo 4=120
  c''4 d'' e'' f''
}

I think the first one should clearly work, but it simply does nothing.


So, what's the best way to do this?


reply via email to

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