From 53d8521781fa6cc51ccdfc7b14577bd62548e0ef Mon Sep 17 00:00:00 2001 From: Mats Bengtsson Date: Mon, 3 Mar 2008 11:42:37 +0100 Subject: [PATCH] Add length-fraction to the stem-tremolo-interface. Document the list of available values for style in the stem-tremolo-interface. --- lily/stem-tremolo.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 " -- 2.39.2