]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/instrument-cue-name.ly
351ec57ed6b6f1fd61ff8898a0d8a1988405b9f7
[lilypond.git] / input / regression / instrument-cue-name.ly
1 \header {
2
3   texidoc = "The @code{Voice.instrumentCueName} property generates instrument
4 names for cue notes. It can also be unset properly."
5   }
6
7 \version "2.13.5"
8
9
10 \relative c'' {
11   c4
12   \set Voice.instrumentCueName = "In.1"
13   c2.
14   \set Voice.instrumentCueName = "I.2"
15   c1
16   \unset Voice.instrumentCueName
17   c
18 }