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: Richard Shann
Subject: Re: With \markup { \score { can I separately control the score size?
Date: Sun, 29 Jun 2014 12:42:50 +0100

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.
Richard

On Sun, 2014-06-29 at 11:40 +0200, Pierre Perol-Schneider wrote:
> 2014-06-29 11:09 GMT+02:00 Richard Shann <address@hidden>:
>  
>         Any clues how to do this?
> 
> %%%%%%%%%%%%
> \version "2.18.2"
> 
> 
> \markup\scale #'(.5 . .5) {
> 
>    \score {
> 
>      \new Staff { c''1 }
> 
>      \layout {}
> 
>    }
> 
> }
> 
> 
> %%%%%%%%%%%%
> 
> \version "2.19.8"
> 
> \markup\scale #'(.5 . .5) { 
> 
>    \score {
> 
>      c''1
> 
>    }
> 
> }
> 
> 
> %%%%%%%%%%
> 
> 
> HTH
> 
> Pierre
> 
> 
> 
> 
> 





reply via email to

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