On 7 Aug 2005, at 14:28, Hans Aberg wrote:
The rule seems to only work when decomposing the time signature in
two parts. For example 7 = 4 + 3 works fine using
\time 7/16
#(override-auto-beam-setting '(end * * 7 16) 4 16)
But what do I write if I want to use 7 = 2 + 2 + 3 (or 13 = 4 + 4 +
2 + 3)?
Apparently one just adds a few more "override-auto-beam-setting":
\time 7/16
#(override-auto-beam-setting '(end * * 7 16) 2 16)
#(override-auto-beam-setting '(end * * 7 16) 4 16)
Sorry for bothering you with so simple matters.
Can one insert automated dotted bar-lines within the measure as well?
Hans Aberg
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user