lilypond-user
[Top][All Lists]
Advanced

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

Re: Use of \override


From: Rick Hansen (aka RickH)
Subject: Re: Use of \override
Date: Tue, 10 Oct 2006 21:11:45 -0700 (PDT)

I would put it in the \layout \context \score block, that way it will apply
to all the data you direct to that context.  If you put it there just
eliminate the "Score." object identifier because the statement would already
be stated at that scope.

Similar to this (along with any other overrides):

\layout {
   \context { \Score
      \override PaperColumn #'keep-inside-line = ##t
   }
}
   



Maurício-3 wrote:
> 
>    Hi,
> 
>    Manual section about vocal music recommends that:
> 
> \override Score.PaperColumn #'keep-inside-line = ##t
> 
>    Beginner question: where exactly should I insert that?
> 
>    Thanks,
>    Maurício
> 
> 
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Use-of-%5Coverride-tf2421075.html#a6749998
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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