Thanks for the idea.

I don't know If I had tried this before. But: While giving the correct
optical representation, your solution only occupies 2 quarter notes instead
of 3. Because I need 9 eights not six triplets.

I didn't try Kieren's solutions yet (which I'll do afterwards), but while
processing your idea, I got a solution which at least works optically (but
not for midi yet). 

\scaleDurations #'(3 . 2) {
        \times 6/9 { \repeat tremolo 3 {cis8 g }}
}

produces what I need, at least on the paper.

Thanks, and now to the other aproach ...


Reinhold Kainhofer wrote:
> 
> Am Sonntag, 9. Mai 2010, um 13:36:44 schrieb u_li:
>> I have an unusual tremolo notation to typeset with LilyPond:
>> http://old.nabble.com/file/p28502145/tremolonotation_2.jpg
>> tremolonotation_2.jpg
> 
> That's not an unusual tremolo, but rather a tremolo combined with a
> tuplet... 
> You will have to write both a tuplet (\times) and a tremolo
> 
> You should be able to achieve this with 
> \times 6/9 { \repeat tremolo 3 {cis8 g }}
> 
> 
> Cheers,
> Reinhold
> 
> -- 
> ------------------------------------------------------------------
> Reinhold Kainhofer, Vienna University of Technology, Austria
> email: reinh...@kainhofer.com, http://reinhold.kainhofer.com/
>  * Financial and Actuarial Mathematics, TU Wien,
> http://www.fam.tuwien.ac.at/
>  * Edition Kainhofer Music Publishing, http://www.edition-kainhofer.com/
>  * LilyPond music typesetting software, http://www.lilypond.org/
> 
> 
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> http://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Irregular-%229-tuplet%22-tremolo-notation-tp28502145p28502342.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to