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