lilypond-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] note-by-number - horizontal flag positioning


From: Risto Vääräniemi
Subject: Re: [PATCH] note-by-number - horizontal flag positioning
Date: Fri, 25 Apr 2008 10:15:54 +0300

2008/4/24 Han-Wen Nienhuys :

>  little shorter
>
>   (cons (+ (car attach-off) (if (> dir 0) stem-thickness 0))
>   .. )

Much more elegant, thanks. :-) However, in this case the (> dir 0)
should be reversed:
(cons (+ (car attach-off) (if (< dir 0) stem-thickness 0)) stemy)))))

I've included a patch that should be applied on top of the one
Valentin already applied.

Yesterday evening I tinkered with augmentation dots. With some
modification, they follow the contours of the flagged notes a little
better than with the default behaviour. The code probably needs a bit
optimisation but here's a preview. I'll probably start another thread
concerning that.

-Risto

Attachment: note-by-number-horiz-flag-position-v3.patch
Description: Binary data

Attachment: markup_augmentation_dots.pdf
Description: Adobe PDF document


reply via email to

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