]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add cautionary-style to interface. release/1.5.58
authorJan Nieuwenhuizen <janneke@gnu.org>
Wed, 22 May 2002 13:45:31 +0000 (13:45 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Wed, 22 May 2002 13:45:31 +0000 (13:45 +0000)
ChangeLog
lily/accidental.cc
scm/grob-property-description.scm

index e09aae12ae3d6a23778edfccde23cccd4cf317e1..e9ffedd54b5efe852ec2f77517c2054f0fcc691e 100644 (file)
--- 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.
index 80bcc40de5d4eb041b970097412ba4ae685bf79c..3792933d873599d6c734dabc1d1fccdb6f8dbfa8 100644 (file)
@@ -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");
index 5243abe6110f3cd5d27e3075ea751555df59a580..ba025764cb605d162a0eea2d86f2f66252eddcc0 100644 (file)
@@ -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.")