reducing your example to a minimal part and changing the context where to
remove things I came to this code:

melody = \relative {
  \repeat unfold 100 c
}
\score {
  \new Staff \melody 
}
\layout {
  \context {
    \Score
    \remove "Time_signature_engraver"
    \remove "Bar_engraver"
    \remove "Bar_number_engraver"
  }
}

is this what you're looking for?

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/last-time-around-for-remove-bar-numbers-won-t-upgrade-tp135375p135378.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to