> > > 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
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user