From c9a6166d8857d8ffadbe910ffbbf315714120f65 Mon Sep 17 00:00:00 2001 From: Mark Polesky Date: Fri, 13 Jun 2014 10:25:48 -0700 Subject: [PATCH] Document 'details props for LaissezVibrerTie and RepeatTie. --- lily/semi-tie.cc | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/lily/semi-tie.cc b/lily/semi-tie.cc index 1fbe8a3820..8607bea4f4 100644 --- a/lily/semi-tie.cc +++ b/lily/semi-tie.cc @@ -27,7 +27,19 @@ #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 " -- 2.39.2