bug-gnu-music
[Top][All Lists]
Advanced

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

auto-beam bug ?


From: Laurent Martelli
Subject: auto-beam bug ?
Date: 05 Dec 2000 15:05:21 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7

In the following piece, auto-beam in 1.3.114 makes a beam between bar
28 and bar 29, although auto-beam.scm says beams should stop every 3
8th notes :

     ((end * * 6 8) . ,(make-moment 3 8))
     ((end 1 16 6 8) . ,(make-moment 3 8))
     ((end 1 32 6 8) . ,(make-moment 1 8))

I solved the issue with this :

     ((begin * * 6 8) . ,(make-moment 3 8))
     ((begin 1 16 6 8) . ,(make-moment 1 16))

However, I think that "end" should have the priority on "begin". 

Attachment: bug.ly
Description: siciliana

-- 
Laurent Martelli
address@hidden                        http://www.linuxfan.com/~laurent

reply via email to

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