]> git.donarmstrong.com Git - lilypond.git/commitdiff
Minor updates to internals documentation
authorGraham Percival <graham@percival-music.ca>
Sat, 8 Apr 2006 22:42:45 +0000 (22:42 +0000)
committerGraham Percival <graham@percival-music.ca>
Sat, 8 Apr 2006 22:42:45 +0000 (22:42 +0000)
ChangeLog
scm/define-context-properties.scm
scm/define-grob-properties.scm

index 64aae1bd7ae16951f3bef427c2530b390d79c1e9..e0c7f415e5ad4860c2af30573656d26b9844a959 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-04-08  Graham Percival  <gpermus@gmail.com>
+
+       * scm/define-grob-properties.scm: clarify docs for #'direction.
+
+       * scm/define-context-properties.scm: update old \property override.
+
 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
index 5a86c38dd900e37c85227b3f4911483530366909..99206f78691c378597c130a9f86065ba6b8cd6c6 100644 (file)
@@ -414,12 +414,11 @@ Normally a tuplet bracket is as wide as the
 property, you can make brackets last shorter.  Example
 
 @example
-@@lilypond[verbatim,fragment]
-context Voice \\times 2/3 @{
-  property Voice.tupletSpannerDuration = #(ly:make-moment 1 4)
-  c-[8 c c-] c-[ c c-]
+@{
+\\times 2/3 @{
+\\set tupletSpannerDuration = #(ly:make-moment 1 4)
+\times 2/3 { c8 c c c c c }
 @}
-@@end lilypond
 @end example
 .")
 
index e1222cbdfe1e1f35c4680e25fd86138f14100f34..c847606d7db811c46d6e7f7f7f655374c4fa2ee4 100644 (file)
@@ -143,7 +143,7 @@ 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?")
+     (direction ,ly:dir? "Up or down, left or right?  (UP=1, DOWN=-1, LEFT=-1, RIGHT=1)")
      (dot-color ,symbol? "Color of dots.  Options include 
 @code{black} and @code{white}.")
      (dot-radius ,number? "Radius of dots.")