bug-lilypond
[Top][All Lists]
Advanced

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

Re: Volta bracket does not continue after page break


From: Jakob Schöttl
Subject: Re: Volta bracket does not continue after page break
Date: Thu, 19 Jun 2014 16:10:28 +0200
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

Ah ok! Now I see, it doesn't matter if the bracket does continue, as long as the beginning of the last alternative is marked.

I don't know if it's standard notation rules — I never looked out for and never noticed this issue in sheet music till now...

Thanks

Am 15.06.2014 20:39, schrieb Federico Bruni:
Hi

the same occurs if you use \break instead of \pageBreak.
It's not a bug and I recall previous discussion on this matter, see for example:
http://lists.gnu.org/archive/html/lilypond-user/2008-07/msg00111.html

There are better threads but I cannot find them.
I think that LilyPond is just following the standard notation rules.

2014-06-12 18:35 GMT+02:00 Jakob Schöttl <address@hidden <mailto:address@hidden>>:

    I noticed the following bug;
    See comments in this example:

    \version "2.18.2"
    {
       \repeat volta 2 {
         a a a a
      }
      \alternative {
        {a a a a | b b b b}
        {c c c c | \pageBreak d d d d}
        % volta bracket for 2nd alternative does not continue after
    \pageBreak
        % (regardless of it is an artificial or a natural page break)
      }
    }

    However, no problems when the page break occurs in the first
    alternative:

    \version "2.18.2"
    {
       \repeat volta 2 {
        a a a a
      }
      \alternative {
        {a a a a | \pageBreak b b b b}
        {c c c c | d d d d}
      }
    }

    _______________________________________________
    bug-lilypond mailing list
    address@hidden <mailto:address@hidden>
    https://lists.gnu.org/mailman/listinfo/bug-lilypond





reply via email to

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