[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: My old beaming problem...
From: |
Erik Sandberg |
Subject: |
Re: My old beaming problem... |
Date: |
Thu, 27 May 2004 22:20:57 +0200 |
User-agent: |
KMail/1.6.2 |
On Thursday 27 May 2004 17.59, you wrote:
> well, it began as im tried to typeset some music for mutopia,
> so i came across this section of the code where i didnt seem to match
> lilypond output with the publishing style. it was some time ago, when my
> hdd burnt, then i stop using lilypond for some while... so now perphaps its
> fixed, or there's some simple way to do, or could still be done with some
> hackary.
>
> d8. a'16 d8. a16 | % check beaming
> d8. [] a'16 d8. a16 | % Works but warning msgs are generated
> d8. a'16[ d8. a16] | % wrong grouping
> d8.] a'16 d8. a16 | % no difference
> d8.][ a'16 d8. a16 | % Warnings?
> d8.[ a'16 d8. a16 | % no difference?
> d8. [a']16 d8. a16 | % no difference?
> [d8.] a'16 d8. a16 | % Warnings?
I'm not 100% sure I understood you correctly, but this might be what you want:
d8.\noBeam a'16 d8. a16 |
Erik