MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / instrument-cue-name.ly
blob7c6fdf89d690162ab07427a72163ff51f8b9f99e
1 \version "2.13.6"
3 \header {
5 texidoc = "The @code{Voice.instrumentCueName} property generates instrument
6 names for cue notes. It can also be unset properly."
10 \relative c'' {
12 \set Voice.instrumentCueName = "In.1"
13 c2.
14 \set Voice.instrumentCueName = "I.2"
16 \unset Voice.instrumentCueName