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
|