hi,
On Feb 5, 2009, at 10:53 AM, -Eluze wrote:
It is a hassle to type "[" and "]" every measure.
How can I omit them?
you could try
\set Score.beatGrouping = #'(6)
hth
the auto-beamer will NOT beam over rests. see the first paragraph here:
http://lilypond.org/doc/v2.12/Documentation/user/lil
Pikachu-3 wrote:
>
>
> It is a hassle to type "[" and "]" every measure.
> How can I omit them?
>
you could try
\set Score.beatGrouping = #'(6)
hth
--
View this message in context:
http://www.nabble.com/Beaming-in-6-8-or-12-8-tp21847486p21848280.
\time 6/8
c8 r8 c8 c8 r8 c8
I wrote like this, but eighth notes in produced PDF are not beamed.
I want eighth notes to be beamed , but to do this , I have to write like this:
\time 6/8
c8 [r8 c8] c8 [r8 c8]
It is a hassle to type "[" and "]" every measure.
How can I omit them?