lilypond-user
[Top][All Lists]
Advanced

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

Re: Where does "\override Score.BarNumber ..." go


From: James Wilkinson
Subject: Re: Where does "\override Score.BarNumber ..." go
Date: Thu, 2 Sep 2010 18:54:47 -0400

Jay Anderson wrote:
> If you want it to apply globally here's probably what you're wanting to do:
>
> \version "2.13.31"
>
> \layout
> {
>   \context
>   {
>     \Score
>     \override BarNumber #'break-visibility = #'#(#t #t #t)
>   }
> }
>
> \score
> {
>   <<
>     \new Staff
>     {
>       \repeat unfold 40 { c'1 }
>     }
>     \new Staff
>     {
>       \repeat unfold 40 { c'1 }
>     }
>   >>
> }

Shazam!


Looking at this has a) fixed my problem and b) made me notice that we have both \score and \Score. Time for some more RTFM.

thanks, Jay

-- 
-------------------------------------------------------------
Jimmy Wilkinson            | Professor Emeritus of Computer Science
address@hidden        | The College of Charleston
(843) 953-8160             | Charleston      SC        29424
http://www.cs.cofc.edu/~jimmy

If there is one word to describe me, that word would have to be "profectionist".
Any form of incompitence is an athema to me.
Metathesis??? Don't ax me.
Just between you and I, the grammar used by Americans are getting worse.
I can only help but wonder what the cause of this might be.
It just ceases to amaze me how it could be the case, but mostly I could care less.

reply via email to

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