lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lilypond ./ChangeLog scm/define-grob-properties...


From: Mats Bengtsson
Subject: Re: lilypond ./ChangeLog scm/define-grob-properties...
Date: Sun, 09 Apr 2006 12:13:33 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.0.4)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]