odd aliasing effects in Acroread.
2005-05-29 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ * lily/bar-line.cc (print): don't round barlines; this produces
+ odd aliasing effects in Acroread.
+
* lily/timing-engraver.cc (process_music): robustness fix.
* lily/context-def.cc (filter_engravers): bugfix.
if (sz <= 0)
return SCM_EOL;
- return compound_barline (me, str, sz, true).smobbed_copy ();
+ return compound_barline (me, str, sz, false).smobbed_copy ();
}
return SCM_EOL;
}