]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/clef-8-syntax.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / test / clef-8-syntax.ly
index 35b29ddde359994b22b66810b77803961aaffa29..2d99edc066c75d6b112d7d47e951cc4b6d3f62fd 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.2.0"
+\version "2.3.4"
 \header {
     texidoc = "@cindex Chord Octavation
 Appending @code{_8} or @code{^8} to a clef name will
@@ -8,7 +8,7 @@ is given in quotes (such as \"treble^8\").
 " }
 
 \score { 
-  \context Voice \notes\relative c {
+  \context Voice \relative c {
   \clef "bass_8" c4 c c c |
   \clef "treble^8" c'''4 c c c |
   }