]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-music-properties.scm
Fix 1198: Fix displayLilyMusic for \time and #(set-time-signature)
[lilypond.git] / scm / define-music-properties.scm
index 2af8f923af4abf305fe623d8c09948610b0c4caa..9f0b538cda994958ae3a85c7f1132e6dc39abf45 100644 (file)
@@ -115,6 +115,7 @@ For chord inversions, this is negative.")
      (origin ,ly:input-location? "Where was this piece of music defined?")
      (original-chord ,ly:music? "Original chord of a repeated chord.
 Used by repeated chords in \\relative mode, to determine the first note octave")
+     (ottava-number ,integer? "The octavation for @code{\\ottava}.")
 
      (page-break-permission ,symbol? "When the music is at top-level,
 whether to allow, forbid or force a page break.")
@@ -169,6 +170,7 @@ a @code{StringNumberEvent}.")
 in a part.")
      (tempo-unit ,ly:duration? "The unit for the metronome count.")
      (text ,markup? "Markup expression to be printed.")
+     (time-signature-arguments ,list? "The arguments to a time-signature call.")
      (to-relative-callback ,procedure? "How to transform a piece of music
 to relative pitches.")
      (tonic ,ly:pitch? "Base of the scale.")