bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Curves, \remove "Staff_symbol_engraver" and bar-size


From: Marco Caliari
Subject: Curves, \remove "Staff_symbol_engraver" and bar-size
Date: Tue, 19 Aug 2008 15:30:26 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> 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 tie and the slur are completely wrong. Everything is fine if you comment
either \remove "Staff_symbol_engraver" or \override Barline #'bar-size = #4

Best regards,

Marco





reply via email to

[Prev in Thread] Current Thread [Next in Thread]