X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fusing-tags-to-produce-mensural-and-modern-music-from-the-same-source.ly;h=607d3faa94d4ea598d66c2e1e009eb0cb51a8f4c;hb=98ac53591234404cd70c5eebd370a598ec74095b;hp=0d11f92cf9760bd9a5e0837458ada92e41899e33;hpb=0200dabbc6e9bfa91c38f1199a2cdf9bfb43d026;p=lilypond.git diff --git a/Documentation/snippets/using-tags-to-produce-mensural-and-modern-music-from-the-same-source.ly b/Documentation/snippets/using-tags-to-produce-mensural-and-modern-music-from-the-same-source.ly index 0d11f92cf9..607d3faa94 100644 --- a/Documentation/snippets/using-tags-to-produce-mensural-and-modern-music-from-the-same-source.ly +++ b/Documentation/snippets/using-tags-to-produce-mensural-and-modern-music-from-the-same-source.ly @@ -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)