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>>
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
