Re: set barlines manually

2015-08-27 Thread Mátyás Seress
Thank you Nathan! It solved my problem perfectly well! :) 2015-08-26 22:02 GMT+02:00 Nathan Ho : > On Wed, Aug 26, 2015 at 12:40 PM, Mátyás Seress > wrote: > > Hi all, > > > > how can I set barlines completely manually throughout a whole sheet > music? > > If you have no time signatures, remove

Re: set barlines manually

2015-08-26 Thread Nathan Ho
On Wed, Aug 26, 2015 at 12:40 PM, Mátyás Seress wrote: > Hi all, > > how can I set barlines completely manually throughout a whole sheet music? If you have no time signatures, remove Time_signature_engraver and use \cadenzaOn. You can place bars with \bar "|". Regards, Nathan __