lilypond-user
[Top][All Lists]
Advanced

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

Re: How to create an extra-offset shortcut


From: Rachael Thomas Carlson
Subject: Re: How to create an extra-offset shortcut
Date: Mon, 22 Jul 2013 13:03:42 -0500

> \version "2.16.2"
> 
> mkTweak =
> #(define-event-function (parser location x y m) (number? number? ly:music?)
>   #{  \tweak #'extra-offset #(cons x y) #m #})
> 
> { c'1\mkTweak #4.4 #-3.3 ^"XY" }
> 
> 
> -Harm
Thanks Harm:

I am struggling with scheme.  But I am slowly making my way.  

Thanks again,
Rachael




reply via email to

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