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.
On Wed, Oct 24, 2012 at 12:33 PM, Toine Schreurs <[email protected]>wrote: > > 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 > -- Jay Hamilton Sound and Silence www.soundand.com 206-328-7694
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
