Patch at
<URL:http://codereview.appspot.com/4390042>

Check the warnings output from the regression test file in there:

\version "2.13.59"

\header {

  texidoc = "
Combine several kinds of stems in parallel voices.
"

}

\new Voice { \time 4/1
             << c'\breve e'8 >>
             << c'8 e'\breve >> |
             << c'\longa e'1 >> |
             << c'1 e'\longa >> |
             << c'2 e'1 >>
             << c'1 e'2 >>
             << c'2 e'4 >>
             << c'4 e'2 >>
             << c'2 e'8 >>
             << c'8 e'2 >>
}


This results in warnings like

incompatible-stem-warning.ly:12:25: warning: adding note head to incompatible 
stem (type = -2147483648)
             << c'\breve 
                         e'8 >>

...

-- 
David Kastrup


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to