]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/translator-property-description.scm
* input/regression/ambitus.ly: move file.
[lilypond.git] / scm / translator-property-description.scm
index c3196ed68cfe61036c5bb854e2ab5321d6861e8b..364d58841b1b3820301d08eff2a22cb1cb1e62f1 100644 (file)
@@ -391,6 +391,8 @@ settings.
 pair of numbers,  signifying the time signature. For example #'(4 . 4) is a 4/4time signature.")
 (translator-property-description 'timing boolean? " Keep administration of measure length, position, bar number, etc?
 Switch off for cadenzas.")
+(translator-property-description 'tonic ly:pitch?
+                                "The tonic of the current scale")
 (translator-property-description 'transposing integer? "Transpose the MIDI output.  Set this property to the number of half-steps to transpose by.")
 (translator-property-description 'tremoloFlags integer? "Number of tremolo flags to add if none is specified.")
 (translator-property-description 'tupletNumberFormatFunction procedure?