Valentin,
Thank you so much! This indeed solved my problem:
\layout {
\context { \Score
\remove "Timing_translator"
\remove "Time_signature_engraver"
\remove "Default_bar_line_engraver"
}
\context { \Staff
\consists "Timing_translator"
\consists "Time_signature_engraver"
\consists "Default_bar_line_engraver"
}
}
As a surplus, the error logs that were generated when adding
this code for the first time, brought some inaccuracies of
mine to attention (should have been self-evident: if you
don't explicitly mention your time signature changes in
every voice when using this code, you get quite nasty
errors. When using the bar line engraver on the Score level,
you can get away with it more easily).
Thanks again!
Jethro Van Thuyne
> Yes. The barlines are printed by a plugin called
> "Default_bar_line_engraver". By default this plugin handles
> the whole score, but you can move it to the Staff level
> using the technique described in:
> http://lsr.dsi.unimi.it/LSR/Search?q=compressmusic
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user