lilypond-user
[Top][All Lists]
Advanced

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

Re: can't understand beaming


From: Arno Rog
Subject: Re: can't understand beaming
Date: Fri, 19 Nov 2010 13:09:27 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Phil Holmes <mail <at> philholmes.net> writes:
> 
> Further follow up - this is different from 
> 2.12.3.  That version beams all six notes in the bar together, for both 
> bars.  2.12.36 beams the first bar as 3 groups and the second bar as a 
> single group of six notes.
> 

I've found some info in ‘scm/time-signature-settings.scm'
    ;; in 3 4 time:
    ;;   use defaults, but combine all beats into a unit if possible
    ;;
    ;;   set all beams to end on beats, but 1 8 to beam entire measure
    ;;   in order to avoid beaming every beat for entier measure, we set
    ;;   triplets back to every beat.
    ((3 . 4) .
             ((beamExceptions . ((end . (((1 . 8) . (6))
                                         ((1 . 12) . (3 3 3))))))))


Now I have to figure out to counteract this exception ('but 1 8 to beam entire
measure') since this is definatly not done in most baroque music.

Arno Rog





reply via email to

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