Re: Curves, \remove "Staff_symbol_engraver" and bar-size

2008-08-29 Thread Valentin Villenave
2008/8/19 Marco Caliari <[EMAIL PROTECTED]>: > the tie and the slur are completely wrong. Everything is fine if you comment > either \remove "Staff_symbol_engraver" or \override Barline #'bar-size = #4 Greetings Marco, with (much) delay, your report has been added as http://code.google.com/p/lil

Curves, \remove "Staff_symbol_engraver" and bar-size

2008-08-19 Thread Marco Caliari
> I'm not top posting. Dear all, in the following snippet \version "2.11.56" \paper{ ragged-right=##t } \score { \relative c '' {e2 ~ e e2( d) } \layout { \context { \Staff \remove "Staff_symbol_engraver" \override BarLine #'bar-size = #4 } } } the