Issue 673: problem with order of \consists
http://code.google.com/p/lilypond/issues/detail?id=673

New issue report by lemzwerg:
\version "2.11.56"

\header { texidoc = "
The order of engravers and translators specified with @code{\consists}
should be irrelevant.

Here is a counterexample.
" }

\layout
{
  \context {
    \Score
    \remove "Default_bar_line_engraver"
    \remove "Timing_translator"
  }
  \context {
    \Staff
    \consists "Default_bar_line_engraver"
    \consists "Timing_translator"
  }
}

\relative {
  c4 c c c |
}



Attachments:
        consists-order.png  3.3 KB


Issue attributes:
        Status: Accepted
        Owner: lemzwerg
        Labels: Type-Defect Priority-Medium

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to