Simon Albrecht writes:
> On 19.07.2018 22:07, David Kastrup wrote:
>> Patrick Karl writes:
>>> 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 "Al
On 19.07.2018 22:07, David Kastrup wrote:
Patrick Karl writes:
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''
Patrick Karl writes:
> 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
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 sim