]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-extra-fingering-with-scheme.ly
Doc: CSS: A better brown for the usage manual
[lilypond.git] / Documentation / snippets / adding-extra-fingering-with-scheme.ly
index 7c7a7b9dbcd2f3666f839fec46b383fe895268d4..c93557a36ba615020521e3b5fb51a509dea698cb 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.18.0"
+\version "2.19.22"
 
 \header {
   lsrtags = "scheme-language"
@@ -22,7 +22,7 @@ of the music for you.
 } % begin verbatim
 
 addScript =
-#(define-music-function (parser location script music)
+#(define-music-function (script music)
    (ly:event? ly:music?)
    (map-some-music
     (lambda (mus)