lilypond-user-fr
[Top][All Lists]
Advanced

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

Re: staff-size pour chaque portée


From: Martial
Subject: Re: staff-size pour chaque portée
Date: Thu, 29 Nov 2007 18:57:38 +0100
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

Bonsoir

Voici vite fait un truc qui marche


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\version "2.10.23"
%\version "2.11.23"


PetitStaff = \new Staff  \with {
        fontSize = #-3
        \override StaffSymbol #'staff-space = #(magstep -3)     
        }
        \relative c' { c <e g b> g c }
        
NormalStaff =   \relative c' { c <e g b> g c }
        
\score {
<<
\PetitStaff
\NormalStaff
\PetitStaff
>>
\layout { ragged-right = ##t  }
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Y aurat-il un moyen de faire #(layout-set-staff-size 15) sur chaque staff , et 
non pas seulement au
niveau du \score ?



--
Martial







reply via email to

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