X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-music-types.scm;h=3bad4d832c451ff54d68cc74b920e1a640a1db38;hb=04a452ce3a8e24f1931fcc0aa8a46128d5a968db;hp=d736bfebb1616f38370f99bdfd29b0eb519944a5;hpb=c36bbc8be9fc27c4f3d1461865645cec7355bf9b;p=lilypond.git diff --git a/scm/define-music-types.scm b/scm/define-music-types.scm index d736bfebb1..3bad4d832c 100644 --- a/scm/define-music-types.scm +++ b/scm/define-music-types.scm @@ -660,7 +660,7 @@ Syntax: @code{\\\\}") (define-safe-public (make-music name . music-properties) "Create a music object of given name, and set its properties -according to @code{music-properties}, a list of alterning property symbols +according to @code{music-properties}, a list of alternating property symbols and values. E.g: (make-music 'OverrideProperty 'symbol 'Stem @@ -690,6 +690,6 @@ and values. E.g: (cdr handle) (begin (ly:warning (_ "unknown repeat type `~S'") name) - (ly:warning (_ "See music-types.scm for supported repeats")) + (ly:warning (_ "See define-music-types.scm for supported repeats")) 'VoltaRepeatedMusic)))) (make-music music-name)))