]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/instrument-name-partial.ly
Remove warning when there are no noteheads to attach lyrics to.
[lilypond.git] / input / regression / instrument-name-partial.ly
index ce50eeaf5125b71e118e08ae124819b7864ad3d6..0ce9495f9e67b5a5898676955bc00bde828b5363 100644 (file)
@@ -1,10 +1,14 @@
-\version "1.7.18"
+
+\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 }
+
+