[ << MIDI ] | [Top][Contents] | [ Templates >> ] |
[ < Modificar la salida MIDI para que tenga un canal por cada voz ] | [ Up : MIDI ] | [ Creating custom dynamics in MIDI output > ] |
Cambiar el tempo sin indicación metronómica
Para cambiar el tempo en la salida MIDI sin imprimir nada, hacemos invisible la indicación metronómica:
\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 { } }