On 2019-05-12 3:40 am, David Kastrup wrote:
Rok Kršmanc writes:
Hi!
I would like to write a function for the next music expression:
\once \override TextScript.extra-offset = #'(0 . 1)
c^"o"
Here is my try:
f =
#(define-music-function (parser location offset music)
(number? ly:music?)
#{
Rok Kršmanc writes:
> Hi!
>
> I would like to write a function for the next music expression:
> \once \override TextScript.extra-offset = #'(0 . 1)
> c^"o"
>
> Here is my try:
> f =
> #(define-music-function (parser location offset music)
> (number? ly:music?)
> #{
> \once \override TextS
Hi!
I would like to write a function for the next music expression:
\once \override TextScript.extra-offset = #'(0 . 1)
c^"o"
Here is my try:
f =
#(define-music-function (parser location offset music)
(number? ly:music?)
#{
\once \override TextScript.extra-offset = #'(0 . $offset)
$m