Hi,

my version is 2.2.0.

In a piece with \time 9/16 I need almost notes in the form

        eight sixteenth eight sixteenth eight sixteenth ...

and so on.
A little example:

    a8 ( e16 g8 f16 d'8 d,16
    g8 d16 f8 e16 g8 f16 )     
    a8 ( g16 e'8 e,16 c'8 e,16 )

I'm using the automatic beaming with

  #(override-auto-beam-setting '(end * * * *) 3 16)

and this works properly:

    ________    ________    ________
    |    __|    |    __|    |    __| 
    |      |    |      |    |      |
    /      /    /      /    /      /



And now comes the problem:
Sometimes I need a beaming over six sixteenth, and the rest only three,
and I want it looking like:

    ____________________    ________
    |    __|    |    __|    |    __| 
    |      |    |      |    |      |
    /      /    /      /    /      /

but if I use auto-beam-setting
  #(override-auto-beam-setting '(end * * * *) 6 16)
or explicit [ ],
both result in looking like:

    _____________________    ________
    |      |__   |    __|    |    __| 
    |      |     |      |    |      |
    /      /     /      /    /      /

I don't think, this is correct, and it is not plausible, and you have to
look twice to see, what it is.

Can anybody give the hint to me, how it is possible, to let show the
little sixteenth beam always to the left instead of to the right?

Thanks in advance

Best Regards           Roland


_______________________________________________
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to