]> git.donarmstrong.com Git - lilypond.git/commitdiff
Clarified direction, and updated old \property stuff.
authorGraham Percival <graham@percival-music.ca>
Mon, 10 Apr 2006 03:46:45 +0000 (03:46 +0000)
committerGraham Percival <graham@percival-music.ca>
Mon, 10 Apr 2006 03:46:45 +0000 (03:46 +0000)
ChangeLog
scm/define-context-properties.scm
scm/define-grob-properties.scm

index b164dbbe32149649edcdda755bcedfba4d33c508..7bf3c1eae42192b2f824c1c52d4c778ec96eda88 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,11 @@
        music-glossary, programming-interface: more minor fixes
        from mailist.
 
+       * scm/define-grob-properties.scm: clarified direction, thanks Mats!
+
+       * scm/define-context-properties.scm: another old \property update.
+       This time tested for compiling!
+
 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
 
        * mf/GNUmakefile: fix for mftrace version >= 1.2.0
index 08f0110d2c12ab60406b5c874fed2ce82b89c25f..17a0577ebdf4986687f7a66a57ce2c3e73d8ca7b 100644 (file)
@@ -343,9 +343,11 @@ with other voices is preserved.
 
 
 @example
-@@lilypond[fragment,verbatim,center]
-r1 r1*3 R1*3 \\\\property Score.skipBars= ##t r1*3 R1*3
-@@end lilypond
+@{
+r1 r1*3 R1*3
+\\set Score.skipBars= ##t
+r1*3 R1*3
+@}
 @end example
 ")
      (skipTypesetting ,boolean?
index c847606d7db811c46d6e7f7f7f655374c4fa2ee4..e48fb1d8a16805e4e02882a63a3f00a1cd95a0d8 100644 (file)
@@ -143,7 +143,8 @@ dash-period. Should be between 0.0 (no line) and 1.0 (continuous
 line).")
      
      (default-direction ,ly:dir? "Direction determined by note head positions.")
-     (direction ,ly:dir? "Up or down, left or right?  (UP=1, DOWN=-1, LEFT=-1, RIGHT=1)")
+     (direction ,ly:dir? "#UP or #DOWN, #LEFT or #RIGHT?  (or a numerical value, #UP=1, #DOWN=-1, #LEFT=-1, #RIGHT=1, CENTER=0)")
+
      (dot-color ,symbol? "Color of dots.  Options include 
 @code{black} and @code{white}.")
      (dot-radius ,number? "Radius of dots.")