lilypond-devel
[Top][All Lists]
Advanced

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

Re: lilypond ./ChangeLog Documentation/user/music-g...


From: Han-Wen Nienhuys
Subject: Re: lilypond ./ChangeLog Documentation/user/music-g...
Date: Fri, 19 Aug 2005 11:49:04 +0200
User-agent: Mozilla Thunderbird 1.0.6-1.1.fc4 (X11/20050720)

Graham Percival wrote:

On 18-Aug-05, at 5:21 PM, Han-Wen Nienhuys wrote:

Graham Percival wrote:

Log message:
    Direction #-1 to #down.


actually, in most cases, \down and \up should also work.


Hmm, I didn't know that.

 That might be more lilyesque.


I disagree -- we use #3 and #'(1 . -2) for many things (padding, extra-offset), so I think it's a good idea to continue using #up and #down. This reinforces the general
form of
\override (engraver.)grob #'property = #value

Hmm. There's still a question of style, in lily-library.scm we do

(define-public X 0)
(define-public Y 1)
(define-safe-public START -1)
(define-safe-public STOP 1)
(define-public LEFT -1)
(define-public RIGHT 1)
(define-public UP 1)
(define-public DOWN -1)
(define-public CENTER 0)

perhaps we should do #UP and #DOWN iso. #up and #down ?



--
 Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

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