]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/music-function.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / music-function.ly
index 99464d5bb2650c8bd7a7216ac98a0fb18e4d015e..6a6ade9ce35b842a038be5f02268c6b58c6b8942 100644 (file)
@@ -1,13 +1,13 @@
 \header
 {
     
-texidoc = "Music function are generic music transformation functions,
+texidoc = "Music functions are generic music transformation functions,
 which can be used to extend music syntax seamlessly.  Here we
 demonstrate a @code{\myBar} function, which works similar to
 @code{\bar}, but is implemented completely in Scheme."
 
 }
-\version "2.7.36"
+\version "2.12.0"
 
 myBar = #(define-music-function (parser location bar-type) (string?)
           (context-spec-music