lilypond-user
[Top][All Lists]
Advanced

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

Re: last time around for remove bar numbers won't upgrade.


From: Eluze
Subject: Re: last time around for remove bar numbers won't upgrade.
Date: Fri, 26 Oct 2012 15:17:07 -0700 (PDT)

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.



reply via email to

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