X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fpredefined-fretboards-init.ly;h=d0f861a40237736e5cb065512dcf669178dc74f0;hb=895328ffcf5332ba1fc554a8ff570cacc3214bd0;hp=35a6e7560d4b2669d7d2cbac6d853f628770a695;hpb=e49904801de2e59f76d0072e0dcaecdfb21624e7;p=lilypond.git diff --git a/ly/predefined-fretboards-init.ly b/ly/predefined-fretboards-init.ly index 35a6e7560d..d0f861a402 100644 --- a/ly/predefined-fretboards-init.ly +++ b/ly/predefined-fretboards-init.ly @@ -37,9 +37,8 @@ hash with the key @var{(cons key-symbol tuning)}.") storePredefinedDiagram = #(define-music-function (parser location chord tuning diagram-definition) (ly:music? pair? string-or-pair?) - "Add predefined fret diagram defined by @code{diagram-definition} -for the chord pitches @code{chord} and -the stringTuning @code{tuning}." + (_i "Add predefined fret diagram defined by @var{diagram-definition} + for the chord pitches @var{chord} and the stringTuning @var{tuning}.") (let* ((pitches (event-chord-pitches (car (extract-named-music chord 'EventChord)))) (hash-key (cons tuning pitches)) @@ -50,4 +49,3 @@ the stringTuning @code{tuning}." hash-key verbose-definition)) (make-music 'SequentialMusic 'void #t)) -