]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/instrument-name-partial.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / instrument-name-partial.ly
index 067847e25efddcc4a6a9e9fde5bc3674fc3848bc..87ad6f4dfd5145206d62e196cc55167140aa32f4 100644 (file)
@@ -1,11 +1,14 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\version "2.12.0"
 \header {
-    texidoc = "Instrument names are also printed on  partial starting measures."
+  texidoc = "Instrument names are also printed on  partial starting measures."
 }
 
-\score {
-  \notes \relative c'' { \property Staff.instrument = "foo" \partial 4 c4 c1 }
-  \paper { raggedright = ##t }
-}
+\layout { ragged-right = ##t }
+
+
+
+\relative c'' { \set Staff.instrumentName = "foo" \partial 4 c4 c1 }
+
+