bug-lilypond
[Top][All Lists]
Advanced

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

Re: Beaming override problem


From: David Kastrup
Subject: Re: Beaming override problem
Date: Mon, 25 Jun 2012 00:38:34 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

Nick Payne <address@hidden> writes:

> If I set beamExceptions to beam 32nd notes by fours in 4/4 time, this
> has the side effect of changing the beaming of 8th notes:
>
> %=====================
> \version "2.15.40"
>
> changeBeaming = \set beamExceptions =
>     #'((end . (((1 . 32) . (4 4 4 4 4 4 4 4)))))
>
> \relative c'' {
>     c8 c c c c c c c
>     \repeat unfold 32 { c32 }
> }
> \relative c'' {
>     \changeBeaming
>     c8 c c c c c c c
>     \repeat unfold 32 { c32 }
> }
> %=====================

Why wouldn't it?

\version "2.15.40"

changeBeaming = \set beamExceptions =
    #'((end . (((1 . 8) . (4 4)) ((1 . 32) . (4 4 4 4 4 4 4 4)))))

\relative c'' {
    c8 c c c c c c c
    \repeat unfold 32 { c32 }
}
\relative c'' {
    \changeBeaming
    c8 c c c c c c c
    \repeat unfold 32 { c32 }
}

-- 
David Kastrup




reply via email to

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