From 7cb049f7f3705e414c2a49c7cf14f43a51914c48 Mon Sep 17 00:00:00 2001
From: Jan Nieuwenhuizen <janneke@gnu.org>
Date: Wed, 22 May 2002 13:45:31 +0000
Subject: [PATCH] Add cautionary-style to interface.

---
 ChangeLog                         | 4 ++++
 lily/accidental.cc                | 4 ++--
 scm/grob-property-description.scm | 7 +++----
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e09aae12ae..e9ffedd54b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+	* lily/accidental.cc: Add cautionary-style to interface.
+
 2002-05-22  Han-Wen  <hanwen@cs.uu.nl>
 
 	* mf/feta-beugel.mf (code): use autometric macros for braces.
diff --git a/lily/accidental.cc b/lily/accidental.cc
index 80bcc40de5..3792933d87 100644
--- a/lily/accidental.cc
+++ b/lily/accidental.cc
@@ -110,6 +110,6 @@ Accidental_interface::brew_molecule (SCM smob)
 
 
 
-ADD_INTERFACE(Accidental_interface, "accidental-interface",
+ADD_INTERFACE (Accidental_interface, "accidental-interface",
 	      "a single accidental",
-	      "style tie accidentals");
+	       "cautionary-style style tie accidentals");
diff --git a/scm/grob-property-description.scm b/scm/grob-property-description.scm
index 5243abe611..ba025764cb 100644
--- a/scm/grob-property-description.scm
+++ b/scm/grob-property-description.scm
@@ -45,9 +45,6 @@ This procedure is called (using dependency resolution) after line breaking. Retu
 (grob-property-description 'arch-height number? "height of the hook of a system brace.")
 (grob-property-description 'arch-thick number? "thickness of the hook of system brace.")
 (grob-property-description 'arch-width number? "width of the hook of a system brace.")
-(grob-property-description 'shortest-duration-space number? "Start
-with this much space for the shortest duration. This is explessed in @code{spacing-increment} as unit. See also
-@ref{spacing-spanner-interface}.")
 (grob-property-description 'arpeggio ly-grob? "pointer to arpeggio object.") 
 (grob-property-description 'arpeggio-direction dir? "If set, put an
 arrow on the arpeggio squiggly line.")
@@ -293,7 +290,9 @@ TODO: revise typing.")
 (grob-property-description 'self-alignment-Y number? "like self-alignment-X but for Y axis.")
 (grob-property-description 'shorten number? "the amount of space that a stem should be shortened (DOCME!)")
 (grob-property-description 'shorten-pair number-pair? "the length on each side to shorten a text-spanner, for example a pedal bracket")
-
+(grob-property-description 'shortest-duration-space number? "Start
+with this much space for the shortest duration. This is explessed in @code{spacing-increment} as unit. See also
+@ref{spacing-spanner-interface}.")
 (grob-property-description 'shortest-playing-duration moment? "duration of the shortest playing in that column.")
 (grob-property-description 'shortest-starter-duration moment? "duration of the shortest notes that starts exactly in this column.")
 (grob-property-description 'side-relative-direction dir? "if set: get the direction from a different object, and multiply by this.")
-- 
2.39.5