lilypond-user
[Top][All Lists]
Advanced

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

Re: Problem with remove bar number


From: Jay Hamilton
Subject: Re: Problem with remove bar number
Date: Wed, 24 Oct 2012 12:49:13 -0700

That made things worse now I have all the time signatures and bar lines and bar numbers - IF it compiles which it didn't if I just used your suggestion.
Sorry.

On Wed, Oct 24, 2012 at 12:33 PM, Toine Schreurs <address@hidden> wrote:
> using version 2.14.1 this is only place I can put the remove
> bar_number that will allow the piece to compile however I still have bar
> numbers. So what am I doing wrong?
>
> score {
> new Staff melody
> layout
> {
> context {
> Staff
> remove "Time_signature_engraver"
> remove
> "Bar_engraver"
> remove "Bar_number_engraver"
> }
>  }

Try:

\layout {
  \context {
    \Score
    \remove "Bar_number_engraver"
   }
}

Toine



--
Jay Hamilton Sound and Silence www.soundand.com 206-328-7694

reply via email to

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