lilypond-user
[Top][All Lists]
Advanced

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

Re: beam across larger rest


From: Nick Payne
Subject: Re: beam across larger rest
Date: Wed, 05 Sep 2012 12:30:16 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0

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
}

Attachment: test.preview.png
Description: PNG image


reply via email to

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