]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/instrument-name-dynamic.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / instrument-name-dynamic.ly
index abc315f7f3dec38a78270e0659cb916b316307ab..f7faa7e09d5a722326861e247d4808027c52d2e5 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.10.0"
+\version "2.12.0"
 
 \header {
   texidoc = "
@@ -6,15 +6,15 @@
   pedal line spanners."
 }
 
+\paper {
+  line-width = 3\cm
+  indent = 0\cm
+}
+
 \relative {
   \set Staff.shortInstrumentName = "foo"
   f1 | f1 | f1 |
   f1\< | f1 | f1\! |
 }
 
-\paper {
-  line-width = 3\cm
-  indent = 0\cm
-}
-
 % EOF