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: Toine Schreurs
Subject: Re: Problem with remove bar number
Date: Wed, 24 Oct 2012 23:14:12 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

> > > 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"
> >    }
> > }

> 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.

I only gave a solution to the barnumber problem. 
This is the complete layout block:

\layout {
  \context {
    \Score
    \remove "Bar_number_engraver"
  \context {
    \Staff
    \remove "Time_signature_engraver"
    \remove "Bar_engraver"
  }
}

Toine



reply via email to

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