lilypond-user
[Top][All Lists]
Advanced

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

Re: #(layout-set-staff-size 3)


From: PT.Guitar
Subject: Re: #(layout-set-staff-size 3)
Date: Sat, 12 Jul 2008 17:33:16 -0700 (PDT)

Hi,

I supposed you want to change one staff size for one instrument and stay
with normal size for the order staff

Try these

\version "2.11.51"

flaute = \context Staff 
             \with { fontSize = #-3 \override StaffSymbol #'staff-space = #(
magstep -3 ) }  
             \clef treble 

melody = { \flaute { \key c\major \relative c'' { c8 d4\f\> c8 b4 a4\! } } }

upper = { \relative c' { \key c\major c1 } }

\score {
   <<
        \context staff = "melody" \melody
        \context staff = "upper" \upper
   >>
}

I think it is these that you ask... i'm newbie on lilypond.. dont forget to
give me some feedback..

Ty

try these: 



Gilles Sadowski wrote:
> 
> Hi.
> 
>> \score {     
>>      {
>>      c' d' e' f'
>>      }
>>      \layout {
>>              #(layout-set-staff-size 3)
>>      }
>> }
> 
> To get a global zoom out, try to put this
> 
> #(set-global-staff-size 13)
> 
> at the top of the file.
> 
> 
> Best,
> Gilles
> 
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-%28layout-set-staff-size-3%29-tp18423888p18425114.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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