X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-music-properties.scm;h=b9901d5d86793efc0478a40a62b9a15b1e6090bb;hb=becfb1f1b2bcc675fc65cafd26002fb5eaf2d88f;hp=dc4bc2c0f7f76c7fa77f393a3e330c506a4692b7;hpb=3dec4a2d8aff3c7dfa6ff08706f082c60f17794f;p=lilypond.git diff --git a/scm/define-music-properties.scm b/scm/define-music-properties.scm index dc4bc2c0f7..b9901d5d86 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--2006 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen (define (music-property-description symbol type? description) @@ -16,6 +16,9 @@ (map (lambda (x) (apply music-property-description x)) `( + (X-offset ,number? "Offset of resulting grob; only used for balloon texts.") + (Y-offset ,number? "Offset of resulting grob; only used for balloon texts. ") + (alteration ,number? "alteration for figured bass") (absolute-octave ,integer? @@ -124,6 +127,5 @@ translation property") (void ,boolean? "If this property is #t, then the music expression is to be discarded by the toplevel music handler.") (what ,symbol? "What to change for auto-change. FIXME, naming") - (untransposable ,boolean? "If set, this music is not transposed.") )))