Dear Lilypond users, I hope, I am not boring. But I found out a possibilitie to get very easily a five-sixteenth note. with the use of the "make-rhythm"-function. If You like it, please feel free to use it!
\version "2.11.60" \include "rhythm.ly" viertelsechzehntel = #(define-music-function (parser location music) (ly:music?) #{ \makeRhythm $music "4 16" #}) vs = #(define-music-function (parser location x) (ly:music?) #{ \context Voice << { \viertelsechzehntel { $x $x } } { s4 ~ s16 } >> #}) \relative { \time 5/16 \vs c \vs d \vs e \vs \vs 4 <c e g> }
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user