]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/instrument-name-dynamic.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / instrument-name-dynamic.ly
index 5edc1c03548ee027e12e61299e6103398632d331..358c050b0156392a6a802f424f9d14dc827ffd73 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.9.28"
+\version "2.14.0"
 
 \header {
   texidoc = "
@@ -6,15 +6,15 @@
   pedal line spanners."
 }
 
-\relative {
-  \set Staff.shortInstrumentName = "foo"
-  f1 | f1 | f1 |
-  f1\< | f1 | f1\! |
-}
-
 \paper {
   line-width = 3\cm
   indent = 0\cm
 }
 
+\relative c' {
+  \set Staff.shortInstrumentName = "foo"
+  f1 | f1 | f1 |
+  f1\< | f1 | f1\! |
+}
+
 % EOF