bug-lilypond
[Top][All Lists]
Advanced

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

Problems with `\repeat percent'


From: Werner LEMBERG
Subject: Problems with `\repeat percent'
Date: Sat, 23 Jul 2016 07:31:04 +0200 (CEST)

[445bf3bb2fbd1f259fe43ade204fb34d68bdd581]


Folks,


have a look at NR section `Percent Repeats', `Known Issues and
Warnings'.  There is code like

  \relative c'' {
    \repeat percent 3 { \time 5/4 c2. 2 \time 4/4 2 2 }
  }

which generates the attached image.  The generation of a second staff
can't be right...  A bug?

Additionally, the `improved' version

  \relative c''
    <<
      \repeat percent 3 { c2. 2 2 2 }
      \repeat unfold 3 { \time 5/4 s4*5 \time 4/4 s1 }
    >>

also generates an empty staff, which looks definitely wrong to me.

BTW, both snippets generate

  programming error:
    No spacing entry from DoublePercentRepeat to `right-edge'

warnings.


    Werner

PNG image

PNG image


reply via email to

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