]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/instrument-name-dynamic.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / instrument-name-dynamic.ly
index abc315f7f3dec38a78270e0659cb916b316307ab..15f3f43e60d824d662d3baab8f095e92ae7098fa 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.10.0"
+\version "2.16.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