X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-music-properties.scm;h=357dd73f04f4d4fbfb6bb50c149556bfa3d81642;hb=37ca1f80bf5401accd17056938f4f7b2c147ddb2;hp=2e95b5a7c9a8297df89a9875596370938ef27080;hpb=f756e225cfd8d3a9f18a4dd73e27aed78cb5632d;p=lilypond.git diff --git a/scm/define-music-properties.scm b/scm/define-music-properties.scm index 2e95b5a7c9..357dd73f04 100644 --- a/scm/define-music-properties.scm +++ b/scm/define-music-properties.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2006 Han-Wen Nienhuys +;;;; (c) 1998--2007 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen (define (music-property-description symbol type? description) @@ -31,6 +31,8 @@ TODO: Consider making type into symbol.") (augmented ,boolean? "This figure is for an augmented figured bass (with @code{+} sign).") + (augmented-slash ,boolean? "This figure is for an augmented figured bass +(back-slashed number).") (associated-context ,string? "Name of the Voice context associated with this @code{\\newaddlyrics} section.")