lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lilypond-auto] Issue 1698 in lilypond: Slurs and ties are not corre


From: lilypond
Subject: Re: [Lilypond-auto] Issue 1698 in lilypond: Slurs and ties are not correct over repeats
Date: Sun, 14 Apr 2013 19:38:46 +0000

Updates:
        Status: Started
        Labels: -Fixed_2_17_16

Comment #63 on issue 1698 by address@hidden: Slurs and ties are not correct over repeats
http://code.google.com/p/lilypond/issues/detail?id=1698

Oops!  We broke the wrong slurs.
It is not the slur between the first and second endings that should break, but rather 1) the slur from the entry to the endings to the second and later endings, and 2) the slur from the end of each ending but the last, to the start of the repeat.

We fooled ourselves with examples where both 1 and 2 are present, because then the slurs between endings break (by coincidence) into the pieces we need.

{ R1
  \repeat volta 2
  { f'4 g'(  a' b' }
  \alternative {
    { f') r2. }
    { \once\hideNotes b'4*1/8^( f'4*7/8) g'2. } }
  a'1 \bar "|." }

{ f'4 g'( a' b'
  \repeat volta 2
  { f') r2.}
  \alternative {
    { f'4 g'( a' b'4*7/8( \once\hideNotes f'4*1/8) }
    { f'2 g'2 } }
  a'1 \bar "|." }

Attachments:
        1698.png  11.3 KB

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

[Prev in Thread] Current Thread [Next in Thread]