]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-translator-properties.scm
release commit
[lilypond.git] / scm / define-translator-properties.scm
index e8b561adaca3e01e299622302472908e7f518c93..3f2f7b85995bc812b694aab6463e83619cefdfa0 100644 (file)
@@ -108,6 +108,8 @@ wins. In case of draw, a normal accidental is typeset.
 
 (translator-property-description 'barAlways boolean? "If set to true a bar line is drawn after each note.
 ")
+(translator-property-description 'barCheckLastFail ly:moment? "Where in  the measurze did the last barcheck fail?") 
+
 (translator-property-description 'barCheckSynchronize boolean? "If
 true then reset measurePosition when finding a barcheck. Turn off when
 using barchecks in polyphonic music.")
@@ -311,6 +313,8 @@ top of those automatically detected. ")
 (translator-property-description 'melismaBusyProperties list?
                                 "List of  properties (symbols) to
 determine whether a melisma  is playing.")
+
+
 (translator-property-description 'metronomeMarkFormatter procedure?
                                 "How to produce a metronome markup.
 Called with 2 arguments,  event and context.")
@@ -501,3 +505,8 @@ according to values of @code{defaultBarType}, @code{barAlways},
 Valid values are described in @ref{(lilypond-internals)bar-line-interface}.
 
 .")
+
+
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+
+(define-public default-melisma-properties '(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy))