lilypond-user
[Top][All Lists]
Advanced

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

Re: With \markup { \score { can I separately control the score size?


From: Pierre Perol-Schneider
Subject: Re: With \markup { \score { can I separately control the score size?
Date: Sun, 29 Jun 2014 15:01:42 +0200

2014-06-29 13:42 GMT+02:00 Richard Shann <address@hidden>:

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





reply via email to

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