lilypond-user
[Top][All Lists]
Advanced

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

Re: Adding a tremolo for beamed notes


From: Risto Vääräniemi
Subject: Re: Adding a tremolo for beamed notes
Date: Tue, 4 Mar 2008 01:12:12 +0200

Hi Tiago,

On 04/03/2008, Tiago Morin wrote:
> have you tried
>
>  e'8:32[ e'16 e'] ?
>
>  works nice on 2.10.33

Thanks for the tip but that's was the first trick I tried and 2.11.
produced the image that's attached to the first message. :-) Looks
much uglier than the 2.10 version. Code below.

Anyway, with the solution I have I can now write the piece in hand,
although I have to tweak the values if staff size changes etc. It's
not optimal yet.

-Risto

%%%%
\version "2.11.41"

\paper { ragged-right = ##t }

\relative c'
{
    \override NoteHead #'style = #'cross
    d8:32[ d16 d]
}
%%%%




reply via email to

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