lilypond-user
[Top][All Lists]
Advanced

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

Re: How to do, on the same page, parts 'Tutti' size 12 and parts 'Solo


From: Martial
Subject: Re: How to do, on the same page, parts 'Tutti' size 12 and parts 'Solo' size 20
Date: Tue, 27 Jun 2006 08:45:31 +0200
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

Bonjour

See this sample
http://lilypond.org/doc/v2.8/input/test/lily-1737238388.ly

Je voudrais, par exemple, que les parties ' Tutti ' soient à la taille 12 et des parties ' Solo ' à la taille 20.

Par exemple en faisant 2 parties distinctes.
Une Tutti et une Solo.
On change la taille des polices et l'espace entre les polices
(avec  \with { } apres \new Staff )
fontSize et staff-space doivent avoir la même grandeur !

\new Staff
    \with
    {
        fontSize = #Size
        \override StaffSymbol #'staff-space = #(magstep -Size)
    }
{
ma_musique
}


Use two scores,  one tutti and one Solo,
and put in the

\new Staff
\with { fontSize = #Size \override StaffSymbol #'staff-space = #(magstep Size) } { \MY-MUSIC }

staff-space and fontSize must be both scaled .


--
Martial







reply via email to

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