1\version "2.19.21"
2
3\header {
4
5  texidoc = "The @code{Voice.instrumentCueName} property generates instrument
6names for cue notes. It can also be unset properly."
7  }
8
9
10\relative {
11  c''4
12  \set Voice.instrumentCueName = "In.1"
13  c2.
14  \set Voice.instrumentCueName = "I.2"
15  c1
16  \unset Voice.instrumentCueName
17  c
18}
19