lilypond-user
[Top][All Lists]
Advanced

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

Re: changing staff size in "\score" context


From: Eby Mani
Subject: Re: changing staff size in "\score" context
Date: Wed, 21 Nov 2012 05:11:50 -0800 (PST)

It doesn't work, i get the the following, 

******************************************

GNU LilyPond 2.16.0
Processing `testing.ly'
Parsing...
mendel.ly:970:27: error: syntax error, unexpected '.', expecting SCM_FUNCTION 
or SCM_IDENTIFIER or SCM_TOKEN
      \override StaffSymbol
                           .staff-space = #(magstep -3)
mendel.ly:971:38: error: syntax error, unexpected '=', expecting SCM_FUNCTION 
or SCM_IDENTIFIER or SCM_TOKEN
      \override StaffSymbol.thickness 
                                      = #(magstep -3)
mendel.ly:974:11: error: unknown escaped string: `\Lyrics'
           
           \Lyrics 
fatal error: failed files: "testing.ly"
address@hidden ~ $ 

*******************************************

I've put the commands in its own "context" and within the context where 
"\RemoveEmptyStaffContext" is called, both endup in fatal error.

Eby

________________________________
From: Eluze <address@hidden>
To: address@hidden 
Sent: Wednesday, November 21, 2012 3:46 PM
Subject: Re: changing staff size in "\score" context

Eby Mani wrote
> Hi, I don't know how to change staff size in the following scenario, need
> to reduce the size of Organ staff in the score which should be given to
> the choir and vice versa for the Organist.
> 
> Are there any commands that can be used in "\score" context ?. I don't
> want to mess anything where the music part is.

you can do this in the \layout section:

\context {
      \PianoStaff
      fontSize = #-3
      \override StaffSymbol.staff-space = #(magstep -3)
      \override StaffSymbol.thickness = #(magstep -3)
    }

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/changing-staff-size-in-score-context-tp136641p136646.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user 



reply via email to

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