lilypond-user
[Top][All Lists]
Advanced

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

(no subject)


From: Han-Wen Nienhuys
Subject: (no subject)
Date: Thu, 20 Sep 2001 17:23:04 +0200

Subject: beam direction problem
In-Reply-To: <address@hidden>
References: <address@hidden>
X-Mailer: VM 6.92 under Emacs 20.7.1
Reply-To: address@hidden
FCC: ~/persoonlijk/Mail/sent


[Followup-To lilypond-devel]

address@hidden writes:
> With
> 
> \time 6/8 [ c16 c c c8 c16 ]
> 
> I get
> 
> +--+--+--+---+
> +--+  +- |  -+
> |  |  |  |   |
> |  |  |  |   |
> 
> 
> instead of the desired
> 
> +--+--+--+---+
> +--+--+  |  -+
> |  |  |  |   |

> How do I correct this?

I assume that you know about the manual override. (\property
stem{Left,Right}BeamSomethingICantRemember (see manual) )

By default LilyPond tries to "split" beams at points that have lowest
denomintor (in this case 1/4 gets precedence over 3/8).

A better solution is to have the initial split be tunable to allow
ternary split points.  This should not be a hard hack to do.  Look at
beaming.cc -- the code is not  complicated.


-- 

Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

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