From: Mats Bengtsson Date: Mon, 3 Mar 2008 10:42:37 +0000 (+0100) Subject: Add length-fraction to the stem-tremolo-interface. X-Git-Tag: release/2.11.42-1~7^2~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=53d8521781fa6cc51ccdfc7b14577bd62548e0ef;p=lilypond.git Add length-fraction to the stem-tremolo-interface. Document the list of available values for style in the stem-tremolo-interface. --- diff --git a/lily/stem-tremolo.cc b/lily/stem-tremolo.cc index b91b18fd5a..8960fe64ad 100644 --- a/lily/stem-tremolo.cc +++ b/lily/stem-tremolo.cc @@ -247,11 +247,15 @@ Stem_tremolo::print (SCM grob) } ADD_INTERFACE (Stem_tremolo, - "A beam slashing a stem to indicate a tremolo.", + "A beam slashing a stem to indicate a tremolo. " + "The property @code{style} can be @code{default} or " + "@code{rectangle}.", + /* properties */ "beam-thickness " "beam-width " "flag-count " + "length-fraction " "stem " "style " "slope "