]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/instrument-name-partial.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / regression / instrument-name-partial.ly
index ce50eeaf5125b71e118e08ae124819b7864ad3d6..9a122d3d433b7af4fa3061148cc67c4b8993ba45 100644 (file)
@@ -1,10 +1,14 @@
-\version "1.7.18"
+
+\version "2.7.39"
 \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.instrument = "foo" \partial 4 c4 c1 }
+
+