]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/embedded-scm.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / test / embedded-scm.ly
index 9237122f77c1b1df91a018eb054b532a0c2186c3..90d95e5d4ef3addade64b84aae140cf6ac7e9b30 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.2.0"
+\version "2.3.4"
 \header {
     
     texidoc = "@cindex Embedded scm
@@ -15,7 +15,7 @@ output, ``hello world'' is printed to the console.
   (newline))
 
 \score {
-       \notes\relative c' { c }
+       \relative c' { c }
        \paper {raggedright = ##t}
 }