X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fchord-name.scm;h=79b018992ac34650c879c3c16dfb45f29b914da5;hb=3ef09ea5cf542f2443113e4004b0e3928f319567;hp=06b11784596c609c5b95b64e37ac6afb7a14d01a;hpb=55ac733b69643a6bc6a83b706c65cb56efd388ef;p=lilypond.git diff --git a/scm/chord-name.scm b/scm/chord-name.scm index 06b1178459..79b018992a 100644 --- a/scm/chord-name.scm +++ b/scm/chord-name.scm @@ -60,7 +60,7 @@ )))) (define-public (note-name->markup pitch lowercase?) - "Return pitch markup for PITCH." + "Return pitch markup for @var{pitch}." (make-line-markup (list (make-simple-markup @@ -107,9 +107,10 @@ (list-ref '("eses" "es" "" "is" "isis") (+ 2 (cdr n-a))))))))) (define-public ((chord-name->italian-markup re-with-eacute) pitch lowercase?) - "Return pitch markup for PITCH, using italian/french note names. - If re-with-eacute is set to #t, french 'ré' is returned for D instead of 're' -" + "Return pitch markup for @var{pitch}, using italian/french note names. +If @var{re-with-eacute} is set to @code{#t}, french `ré' is returned for +pitch@tie{}D instead of `re'." + (let* ((name (ly:pitch-notename pitch)) (alt (ly:pitch-alteration pitch))) (make-line-markup