Index: lilypond/scm/define-grob-properties.scm
diff -u lilypond/scm/define-grob-properties.scm:1.157 lilypond/scm/define-grob-properties.scm:1.158
--- lilypond/scm/define-grob-properties.scm:1.157       Mon Apr  3 17:08:35 2006
+++ lilypond/scm/define-grob-properties.scm     Sat Apr  8 22:42:45 2006
@@ -143,7 +143,7 @@
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)")

How about saying something like:

direction ,ly:dir? "#UP or #DOWN, #LEFT or #RIGHT? (or a numerical value, #UP=1, #DOWN=-1, #LEFT=-1, #RIGHT=1)"

to clarify that we have predefined macros? Maybe we should
even mention #CENTER?

  /Mats



_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to