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
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user