lilypond-user
[Top][All Lists]
Advanced

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

Re: beam across larger rest


From: David Bobroff
Subject: Re: beam across larger rest
Date: Wed, 05 Sep 2012 06:02:52 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20120824 Thunderbird/15.0

On 9/5/2012 2:30 AM, Nick Payne wrote:
On 04/09/12 17:54, David Bobroff wrote:
In this example I have a beam going across a rest larger than the beam
value.

\version "2.16.0"

\relative {
   { d16-[ r r8 e16-] r r8 }
}

The 16th beam breaks over the 8th rest.  Is it possible to extend the
16th beam across the 8th rest like this?:

http://notendur.centrum.is/~bobroff/double-beam.png

\version "2.16.0"

\relative {
    <<
        { d16[ s8. e16] }
        \\
        { s16 r r8 s16 }
    >>
    r r8
}



_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

Nick,

Wow (so simple!), thank you!

-David

reply via email to

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