]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-music-properties.scm
only do staffline avoidance if we're inside the staff or inside the
[lilypond.git] / scm / define-music-properties.scm
index 09f2a14b96b8650903e2e8f7460799ca80617ccf..4a898263e4911020ad92749f3685847a3c823d64 100644 (file)
@@ -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?
@@ -93,9 +96,6 @@ It must take a single argument, being the context.")
      (quoted-context-id ,string? "The id of the context to direct quotes to, eg., @code{cue}.")
      (quoted-transposition ,ly:pitch? "The pitch used for the quote, overriding \\transposition")
      (to-relative-callback ,procedure? "How to transform a piece of music to relative pitches")
-     (tweaks ,list? "An alist of properties to override in the backend
-for the grob made of this event.")
-     
      (repeat-count  ,integer? "do a @code{\repeat} how ofen?")
      (span-direction ,ly:dir? "Does this start or stop a spanner?")
      (span-type ,string? "What kind of spanner should be created?
@@ -119,6 +119,8 @@ e.g. @code{\\tag #'part ...} could tag a piece of music as only being active in
      (type ,symbol? "The type of this music object. Determines iteration in some cases.")
      (types ,list? "The types of this music object; determines by what
 engraver this music expression is processed.")
+     (tweaks ,list? "An alist of properties to override in the backend
+-for the grob made of this event.")
      (value ,scheme? "Assignment value for a
 translation property")
      (void ,boolean? "If this property is #t, then the music expression is to be