[ << Tweaks and overrides ] | [Top][Contents] | [ Paper and layout >> ] |
[ < Changing the staff size ] | [ Up : Tweaks and overrides ] | [ Changing the text for sustain markings > ] |
Modificare il tempo senza mostrare l’indicazione metronomica
Per cambiare il tempo del file MIDI senza che appaia l’indicazione metronomica, basta renderla invisibile.
\score { \new Staff \relative c' { \tempo 4 = 160 c4 e g b c4 b d c \set Score.tempoHideNote = ##t \tempo 4 = 96 d,4 fis a cis d4 cis e d } \layout { } \midi { } }