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
> [email protected]
> 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.
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user