lilypond-user
[Top][All Lists]
Advanced

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

Re: Removing bar numbers with lilypond-book


From: Tim Sawyer
Subject: Re: Removing bar numbers with lilypond-book
Date: Sun, 12 Aug 2007 20:52:08 +0100
User-agent: KMail/1.9.6

Thanks folks.

I tried it with a Capital S first - that's when the error message is from, 
hence that has \Score in, must have copied a later trial in the source, 
sorry!

volume1.lytex:2158:2: error: syntax error, unexpected STRING, expecting '='
 
        \context {
volume1.lytex:2159:2: error: syntax error, unexpected STRING, expecting '='
 
          \Score
error: failed files: "lily-2637de181e"

>      \override Score.BarNumber #'transparent = ##t

That's a LOT simpler, and works a treat!  Thanks :-)

Tim.

On Sunday 12 Aug 2007, Kieren MacMillan wrote:
> Hi Tim,
>
> >        \context {
> >          \score
> >          \remove "Bar_number_engraver"
> >        }
>
> Shouldn't that be a capital S (i.e., \Score)?
>
> Regardless, you can also use
>
>      \override Score.BarNumber #'transparent = ##t
>
> and avoid all the engraver trouble.
>
> Hope this helps,
> Kieren.






reply via email to

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