]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/instrument-name-partial.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / instrument-name-partial.ly
index 3bd5bbd82862957f696612ac17139697a8fdf81b..0ce9495f9e67b5a5898676955bc00bde828b5363 100644 (file)
@@ -1,11 +1,14 @@
 
-\version "1.9.8"
+\version "2.16.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 }
+
+