]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lily-in-scheme.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / lily-in-scheme.ly
index e9b34f6ec5e361abdd947ce160a5268be061994c..15da5e6453ee68e9d301388a62e11961675f62c1 100644 (file)
@@ -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?)