Comment #12 on issue 1698 by [email protected]: Slurs and ties are not correct over repeats
http://code.google.com/p/lilypond/issues/detail?id=1698

Yes, I want to have exactly this code for the first line in your image.

And no, I don't want to have `\set breakAtBarline = ##t', this should happen automatically! If really, really, necessary (which I doubt), please provide the opposite command to make a slur/tie connect over the volta bracket.

Note that you are missing a test case:

\new Staff {
  a' b' c' d'
  \repeat volta 2
    { a' ) b' ( c' d' }
    \alternative { { a' ) b' ( c' d' }
                   { a' b' ) r2 } }

  a'1 \bar "|."
}

Here, the second bar should start with a broken slur. I would like to have a property to specify whether this broken slur is set into parentheses.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to