]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/completion-heads-polyphony.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / completion-heads-polyphony.ly
index 32185026590ebb2f8b1d9beae48dc5d9dd2e2203..a5771122fd8d39b19f85aa97d00825064401f6c7 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.2"
+\version "2.3.4"
 \header {
 
     texidoc = "Completion heads are broken across bar lines. This was
@@ -9,7 +9,7 @@ Completion heads are not fooled by polyphony with a different rhythm.
 }
 
 \score{ 
-       \context Staff \notes \relative c'' << 
+       \context Staff  \relative c'' << 
            { c2. c bes2 } \\
            { c2. a8 g4 f4. g4 f  }
        >>