X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fparser-clef.scm;h=f668ab78e6d559e5ee4ffe0405fc23e32ece74f2;hb=6d451df53791b15dc4707694deb3622b33299997;hp=88c5d2a5d51c540060de48ef31fe85b50cfeb4db;hpb=eebafce7c459edf00becf210acc06ce36eb80462;p=lilypond.git diff --git a/scm/parser-clef.scm b/scm/parser-clef.scm index 88c5d2a5d5..f668ab78e6 100644 --- a/scm/parser-clef.scm +++ b/scm/parser-clef.scm @@ -105,7 +105,7 @@ ("clefs.petrucci.g" . -4))) (define-public (make-clef-set clef-name) - "Generate the clef setting commands for a clef with name CLEF-NAME." + "Generate the clef setting commands for a clef with name @var{clef-name}." (define (make-prop-set props) (let ((m (make-music 'PropertySet))) (map (lambda (x) (set! (ly:music-property m (car x)) (cdr x))) props) @@ -144,7 +144,8 @@ (make-music 'Music))))) (define-public (make-cue-clef-set clef-name) - "Generate the clef setting commands for a cue clef with name CLEF-NAME." + "Generate the clef setting commands for a cue clef with name +@var{clef-name}." (define (make-prop-set props) (let ((m (make-music 'PropertySet))) (map (lambda (x) (set! (ly:music-property m (car x)) (cdr x))) props) @@ -204,7 +205,8 @@ ;; a function to add new clefs at runtime (define-public (add-new-clef clef-name clef-glyph clef-position octavation c0-position) - "Append the entries for a clef symbol to supported clefs and c0-pitch-alist" + "Append the entries for a clef symbol to supported clefs and +@code{c0-pitch-alist}." (set! supported-clefs (acons clef-name (list clef-glyph clef-position octavation) supported-clefs)) (set! c0-pitch-alist