]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add length-fraction to the stem-tremolo-interface.
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Mon, 3 Mar 2008 10:42:37 +0000 (11:42 +0100)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Mon, 3 Mar 2008 10:42:37 +0000 (11:42 +0100)
Document the list of available values for style in the stem-tremolo-interface.

lily/stem-tremolo.cc

index b91b18fd5a1e9359edb3747ab50f3b77e45cfd93..8960fe64ade989570bbe4d8a3c13bffaceb8ef79 100644 (file)
@@ -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 "