X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flily-in-scheme.ly;fp=input%2Fregression%2Flily-in-scheme.ly;h=15da5e6453ee68e9d301388a62e11961675f62c1;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=e9b34f6ec5e361abdd947ce160a5268be061994c;hpb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;p=lilypond.git diff --git a/input/regression/lily-in-scheme.ly b/input/regression/lily-in-scheme.ly index e9b34f6ec5..15da5e6453 100644 --- a/input/regression/lily-in-scheme.ly +++ b/input/regression/lily-in-scheme.ly @@ -4,15 +4,15 @@ them with a @code{$}, both in a LilyPond context or in a Scheme context. -In this example, the @code{\withpaddingA}, @code{\withpaddingB} and -@code{\withpaddingC} music functions set different kinds of padding on +In this example, the @code{\\withpaddingA}, @code{\\withpaddingB} and +@code{\\withpaddingC} music functions set different kinds of padding on the @code{TextScript} grob. " } -\version "2.12.0" +\version "2.14.0" \layout { ragged-right = ##t } withPaddingA = #(define-music-function (parser location padding music) (number? ly:music?)