lilypond-user
[Top][All Lists]
Advanced

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

Re: beaming problem


From: Sami Huhtala
Subject: Re: beaming problem
Date: Sat, 10 Jul 2004 07:26:29 +0300
User-agent: Mozilla Thunderbird 0.7.1 (Windows/20040626)

Try \set stemRightBeamCount and \set stemLeftBeamCount as in following example (beam-count.ly from Lilypond tips and tricks: http://www.lilypond.org/doc/v2.2/input/test/out-www/collated-files.html)


fragment = \notes {
  #(override-auto-beam-setting '(end * * * *)  1 4)
  f32 g a b b a g f

  f32 g a
  \set stemRightBeamCount = #1  b
  \set stemLeftBeamCount = #1 b
  a g f
}

-Sami Huhtala




Roland Goretzki wrote:

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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user






reply via email to

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