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

% Desired input to that we would expect to produce the output above,
% plus a slur on the final G-A so that unterminated slurs have visible effect.
{ R1
  \repeat volta 2
  { f'4 g'(  a' b' }
  \alternative {
    { f') r2. }
    {
      f'4) g'2.( } }
  a'1) \bar "|." }

{ f'4 g'( a' b'
  \repeat volta 2
  { f') r2.}
  \alternative {
    { f'4 g'( a' b'4 }
    { f'2 g'2( } }
  a'1) \bar "|." }

--
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