]> git.donarmstrong.com Git - lilypond.git/commitdiff
Document 'details props for LaissezVibrerTie and RepeatTie.
authorMark Polesky <markpolesky@yahoo.com>
Fri, 13 Jun 2014 17:25:48 +0000 (10:25 -0700)
committerMark Polesky <markpolesky@yahoo.com>
Fri, 13 Jun 2014 17:25:48 +0000 (10:25 -0700)
lily/semi-tie.cc

index 1fbe8a3820dbdcb3cc0058f592d27e8557c7fe8e..8607bea4f452ab43903c95266b2421b1099f48d9 100644 (file)
 #include "staff-symbol-referencer.hh"
 
 ADD_INTERFACE (Semi_tie,
-               "A tie which is only on one side connected to a note head.",
+               "A tie which is only connected to a note head on one side."
+               "\n"
+               "The following properties may be set in the @code{details}"
+               " list:\n"
+               "\n"
+               "@table @code\n"
+               "@item height-limit\n"
+               "Maximum tie height: The longer the tie, the closer it is"
+               " to this height.\n"
+               "@item ratio\n"
+               "Parameter for tie shape.  The higher this number, the"
+               " quicker the tie attains its @code{height-limit}.\n"
+               "@end table\n",
 
                /* properties */
                "control-points "