X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-music-properties.scm;h=357dd73f04f4d4fbfb6bb50c149556bfa3d81642;hb=cb2a453c1957c882e2941de7eaccc351a8cf6d3b;hp=d6202d79ff48679ed601b2b6cfcf2357f93e47cb;hpb=d4ba37c298813e0f7008ef8388e126c34d8f8dd3;p=lilypond.git diff --git a/scm/define-music-properties.scm b/scm/define-music-properties.scm index d6202d79ff..357dd73f04 100644 --- a/scm/define-music-properties.scm +++ b/scm/define-music-properties.scm @@ -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.")