X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fchord-name.scm;h=e3447eba2778aee22b26d941df17dae55d9eff36;hb=55aad8c485e14d29d78eddc0782a5e9901c6bf2c;hp=7f5909b3dfdf7668c03e182ebefae0ae4c898d4a;hpb=da543594a4b5a27ee97f3b94a8e44c9762bb7c6f;p=lilypond.git diff --git a/scm/chord-name.scm b/scm/chord-name.scm index 7f5909b3df..e3447eba27 100644 --- a/scm/chord-name.scm +++ b/scm/chord-name.scm @@ -1,6 +1,6 @@ ;;;; This file is part of LilyPond, the GNU music typesetter. ;;;; -;;;; Copyright (C) 2000--2010 Jan Nieuwenhuizen +;;;; Copyright (C) 2000--2011 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys ;;;; ;;;; LilyPond is free software: you can redistribute it and/or modify @@ -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