]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/instrument-name-partial.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / instrument-name-partial.ly
index 14cfa64d13ffab81df2b82db5f948c3556fa6121..2e2821b0a1040274cec1294ba0d37c0892db5c92 100644 (file)
@@ -1,11 +1,11 @@
 
-\version "2.2.0"
+\version "2.3.4"
 \header {
     texidoc = "Instrument names are also printed on  partial starting measures."
 }
 
 \score {
-  \notes \relative c'' { \set Staff.instrument = "foo" \partial 4 c4 c1 }
+   \relative c'' { \set Staff.instrument = "foo" \partial 4 c4 c1 }
   \paper { raggedright = ##t }
 }