X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fmusic-function-scheme.cc;h=b6473b19d190395c80030a1addb5c2dec702d364;hb=1dbfe58548c0dbea3a09c94eb03113aaaaa73c75;hp=c22634f1522d370fd5fd099a1c4485c01f35291a;hpb=92e8f758e29427d28c413d1998c895b9c61932fd;p=lilypond.git diff --git a/lily/music-function-scheme.cc b/lily/music-function-scheme.cc index c22634f152..b6473b19d1 100644 --- a/lily/music-function-scheme.cc +++ b/lily/music-function-scheme.cc @@ -19,8 +19,8 @@ LY_DEFINE (ly_music_function_extract, "ly:music-function-extract", 1, 0, 0, LY_DEFINE (ly_make_music_function, "ly:make-music-function", 2, 0, 0, (SCM signature, SCM func), "Make a function to process music, to be used for the" - " parser. @code{func} is the function, and @code{signature}" - " describes its arguments. @code{signature} is a list" + " parser. @var{func} is the function, and @var{signature}" + " describes its arguments. @var{signature} is a list" " containing either @code{ly:music?} predicates or other type" " predicates.") {