2008/4/13 Jay Anderson <[EMAIL PROTECTED]>:

>  I wrote a function to add the upper octave for me:
>  \octaves {c d e f}

Hi Jay,

Sorry for not having reacted earlier but this function is simply
awesome! Could you please consider adding it to the LSR?
If I may suggest a minor improvement, it would be great if one could
choose whether to add the upper octave or the lower octave, as an
argument, e.g.

octaves = #(define-music-function (parser location arg mus) (integer? ly:music?)
 (if (> arg 0) (octavize-up mus) (octavize-down mus)))

Cheers,
Valentin


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

Reply via email to