Dear lilypond-users,
here is the file "rhythmen.ly".
Now the code should work.


2008/11/2 Mats Bengtsson <[EMAIL PROTECTED]>

> As has already been pointed out, you haven't included your
> file rhythm.ly so we do not have any possibility to test your
> code, but if you want a note with a duration of 5 sixteenth,
> what's wrong with
> c16*5 or c4*5/4
>
>  /Mats
>
> Stefan Thomas wrote:
>
>> 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 <http://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
>>
>>
>
>
> --
> =============================================
>        Mats Bengtsson
>        Signal Processing
>        School of Electrical Engineering
>        Royal Institute of Technology (KTH)
>        SE-100 44  STOCKHOLM
>        Sweden
>        Phone: (+46) 8 790 8463
>       Fax:   (+46) 8 790 7260
>        Email: [EMAIL PROTECTED]
>        WWW: http://www.s3.kth.se/~mabe <http://www.s3.kth.se/%7Emabe>
> =============================================
>
>

Attachment: rhythmen.ly
Description: Binary data

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

Reply via email to