Windows XP, Lilypond 2.8.6

\version "2.8.6"

\score
{
\new Staff
{
 \clef bass
 \time 4/4

 % This line works as expected
 c4 -- -> ( d -- -> ) e -- -> ( f -- -> ) |

 % This line AV's with a bad memory reference error
 %c4 -> -- ( d -> -- ) e -> -- ( f -> -- ) |
}
}


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

Reply via email to