]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/instrument-cue-name.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / instrument-cue-name.ly
diff --git a/input/regression/instrument-cue-name.ly b/input/regression/instrument-cue-name.ly
new file mode 100644 (file)
index 0000000..adef665
--- /dev/null
@@ -0,0 +1,18 @@
+\version "2.14.0"
+
+\header {
+
+  texidoc = "The @code{Voice.instrumentCueName} property generates instrument
+names for cue notes. It can also be unset properly."
+  }
+
+
+\relative c'' {
+  c4
+  \set Voice.instrumentCueName = "In.1"
+  c2.
+  \set Voice.instrumentCueName = "I.2"
+  c1
+  \unset Voice.instrumentCueName
+  c
+}