]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/instrument-cue-name.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / instrument-cue-name.ly
1 \version "2.19.21"
2
3 \header {
4
5   texidoc = "The @code{Voice.instrumentCueName} property generates instrument
6 names 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 }