]> 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 3bd5bbd82862957f696612ac17139697a8fdf81b..87ad6f4dfd5145206d62e196cc55167140aa32f4 100644 (file)
@@ -1,11 +1,14 @@
 
-\version "1.9.8"
+\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 }
+
+