Hi,
2014-07-05 0:30 GMT+02:00 michael webster <[email protected]>:
I upgraded from 2.14 to 2.18 and this function which had used to work fine
> now throws an error
>
Try :
\version "2.18.2"
metMod = #(define-music-function (parser location valueI valueII) (string?
string?)
#{
\tweak outside-staff-priority #1000
% optional:
%\tweak self-alignment-X #LEFT
\mark \markup {
\concat {
\smaller \general-align #Y #DOWN \note #valueI #1
" = "
\smaller \general-align #Y #DOWN \note #valueII #1
}
}
#})
{
\metMod "16." "8"
c'1
}
Pierre
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user