lilypond-user
[Top][All Lists]
Advanced

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

five sixteenth note


From: Stefan Thomas
Subject: five sixteenth note
Date: Sun, 2 Nov 2008 15:22:26 +0100

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> }


reply via email to

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