]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/using-tags-to-produce-mensural-and-modern-music-from-the-same-source.ly
Issue 4422/5: Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / using-tags-to-produce-mensural-and-modern-music-from-the-same-source.ly
index 0d11f92cf9760bd9a5e0837458ada92e41899e33..607d3faa94d4ea598d66c2e1e009eb0cb51a8f4c 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 = "ancient-notation, vocal-music"
@@ -25,7 +25,7 @@ is usually referred to as @code{transcription}.
   doctitle = "Using tags to produce mensural and modern music from the same source"
 } % begin verbatim
 
-menrest = #(define-music-function (parser location note)
+menrest = #(define-music-function (note)
   (ly:music?)
 #{
     \tag #'mens $(make-music 'RestEvent note)