X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flily-in-scheme.ly;h=15da5e6453ee68e9d301388a62e11961675f62c1;hb=b2d3e79a146de7cb2eb2be722a510c0e4fc90fa8;hp=a6498a87a9fcdfccc7b30210cc6f44faddfddeac;hpb=730c54a571ab3b6c30e02be5f93c876abee0f9a7;p=lilypond.git diff --git a/input/regression/lily-in-scheme.ly b/input/regression/lily-in-scheme.ly index a6498a87a9..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.10.0" +\version "2.14.0" \layout { ragged-right = ##t } withPaddingA = #(define-music-function (parser location padding music) (number? ly:music?)