lilypond-user
[Top][All Lists]
Advanced

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

RE: note size in marjup


From: Fairchild
Subject: RE: note size in marjup
Date: Thu, 21 Apr 2005 10:53:46 -0500

Ron -

For precise control, you can use 

c^\markup { \fontsize #-6.0 \note #"4" #1 "=108" }
or
c^\markup { \fontsize #-6.0 { \note #"4" #1 "=108" }}

\magnify #m has been changed to \fontsize #f, where 
f = 8.65617 ln(m)

I.e.:
\magnify #2.0 becomes \fontsize #6.0,
\magnify #1.0 becomes \fontsize #0.0, and
\magnify #0.5 becomes \fontsize #-6.0.

                                         - Bruce



-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of
Mats Bengtsson
Sent: Thursday, April 21, 2005 6:53 AM
To: address@hidden
Cc: address@hidden
Subject: Re: note size in marjup


Try something like
c ^\markup { \small { \note #"4" #1 "=108" }}
if you want the size change to apply to both the note and the text.

   /Mats

ron wrote:
> ציטוט Mats Bengtsson:
> 
>> If you provide an example, it's much easier to provide a relevant 
>> answer.
> 
> 
> \markup { \note #"4" #1 "=108" }
> 
> is too big,
> so I tried
> 
> \markup { \magnify #0.5 \note #"4" #1 "=108" }
> 
> which made no difference :(
> 
> Cheers,
> Ron
> 
>>
>> /Mats
>>
>> Ron Piterman wrote:
>>
>>> Hi,
>>> I am trying to replace a \tempo, which is too big and apears on top
>>> of the first note, instead of more to the left, with a text markup.
>>>
>>> The note in the markup is too big: I tried to change its size with
>>> magnify which did not work :(
>>>
>>> Is there a workaround?
>>> Cheers,
>>> Ron
>>>


_______________________________________________
lilypond-user mailing list
address@hidden http://lists.gnu.org/mailman/listinfo/lilypond-user







reply via email to

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