X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fisolated-percent-repeats.ly;fp=Documentation%2Fsnippets%2Fisolated-percent-repeats.ly;h=45fe68edd73bd7e463003163219533e8b443724c;hb=3af0951f9a11677240efa6228683dd4fcea13eaf;hp=a3fc4d0bb00429dacea1f1fac0a9ec650d203c8f;hpb=652ed35a2013489d0a14fede6307cd2595abb2c4;p=lilypond.git diff --git a/Documentation/snippets/isolated-percent-repeats.ly b/Documentation/snippets/isolated-percent-repeats.ly index a3fc4d0bb0..45fe68edd7 100644 --- a/Documentation/snippets/isolated-percent-repeats.ly +++ b/Documentation/snippets/isolated-percent-repeats.ly @@ -1,10 +1,10 @@ %% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% generated from LSR http://lsr.di.unimi.it %% Make any changes in LSR itself, or in Documentation/snippets/new/ , %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.16.0" +\version "2.19.22" \header { lsrtags = "repeats" @@ -16,9 +16,8 @@ Isolated percents can also be printed. doctitle = "Isolated percent repeats" } % begin verbatim - makePercent = -#(define-music-function (parser location note) (ly:music?) +#(define-music-function (note) (ly:music?) "Make a percent repeat the same length as NOTE." (make-music 'PercentEvent 'length (ly:music-length note)))