]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stem-tremolo.cc
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / lily / stem-tremolo.cc
index b91b18fd5a1e9359edb3747ab50f3b77e45cfd93..c093e9f40e3c7e75f44e796bf9789a866709f4ac 100644 (file)
@@ -247,11 +247,14 @@ 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 "