]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/instrument-name-dynamic.ly
Issue 5167/1: Reorganize markup commands to use object properties
[lilypond.git] / input / regression / instrument-name-dynamic.ly
index 358c050b0156392a6a802f424f9d14dc827ffd73..a5ee9cdf2429b75ace5970abf32187ca2d6adca3 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.19.21"
 
 \header {
   texidoc = "
@@ -11,9 +11,9 @@
   indent = 0\cm
 }
 
-\relative c' {
+\relative {
   \set Staff.shortInstrumentName = "foo"
-  f1 | f1 | f1 |
+  f'1 | f1 | f1 |
   f1\< | f1 | f1\! |
 }