A,

I think it's better to remove the Time_signature_engraver
from the Staff context, so it works in all staves without
needing to retype the command for each staff. See below.

Hope this helps.
- Mark


\version "2.11.63-1"

\score { 
  <<
  \new Staff \relative { g' a b c}
  \new Staff \relative { g' a b c }
  >>

  \layout {

    %% insert these lines within the 
    %% layout block after your music:
    \context {
      \Staff
      \remove Time_signature_engraver
    }

  }
}


      


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to