2014-06-29 13:42 GMT+02:00 Richard Shann <[email protected]>:

That works great, thank you. The only further tweak I needed was to put
> \large before the text so that text comes out at a normal size with the
> music reduced.
>

I'm trying to make an easy function for (without success) :

%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.19.8"

mySize =
#(define-music-function (parser location arg) (number?)
    (markup (make-scale-markup (cons arg arg))))

\mySize #.5 {
  \score {
    c''1
  }
}
%%%%%%%%%%%%%%%%%%%%%%%%%

LilyPond says :"Expect: 2, found 1: ((0.5 . 0.5))"

Anyone ?

Cheers,
Pierre
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to