\version "2.10.33"
{
\time 6/8
\relative c'' {

        % measure 1, slur should start on first note here
        << { c8\( c c c c c } \\
           { a2. } >> |

        % measure 2
        c8 c c c c c |

        % measure 3, slur should end at first note here
        << { c\) c c c c c } \\
        { a2.} >> |

} }

%% result for me: slur covers only first measure.



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

Reply via email to