]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/music-function.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / music-function.ly
index 0c538b655cb79cc0504da9f1d5d218bcbd3cd30a..ade2e15585a248e567b76bbc03d0f2935dcc2e7e 100644 (file)
@@ -4,7 +4,7 @@ texidoc = "Music function are generic music transformation functions,
 which can be used to extend music syntax seamlessly."
 
 }
-\version "2.3.1"
+\version "2.3.4"
 
 #(define myBar
   (ly:make-music-function
@@ -17,7 +17,7 @@ which can be used to extend music syntax seamlessly."
     ))
 
 \score{
-    \notes {
+     {
        d4 \myBar #"|:" d4
        
     }