]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/instrument-cue-name.ly
Doc-es: various updates.
[lilypond.git] / input / regression / instrument-cue-name.ly
index 351ec57ed6b6f1fd61ff8898a0d8a1988405b9f7..369f2fea36aa5f05ff69bf7513b0225e6441db35 100644 (file)
@@ -1,14 +1,14 @@
+\version "2.19.21"
+
 \header {
 
   texidoc = "The @code{Voice.instrumentCueName} property generates instrument
 names for cue notes. It can also be unset properly."
   }
 
-\version "2.13.5"
-
 
-\relative c'' {
-  c4
+\relative {
+  c''4
   \set Voice.instrumentCueName = "In.1"
   c2.
   \set Voice.instrumentCueName = "I.2"