Hi,
Both bugs are fixed in 2.5.21. Thanks!
Erik
On Wednesday 12 January 2005 03.28, Bruce McIntyre wrote:
> Hello,
>
> I've noticed two new issues with two-bar percent repeats.
>
> 1. If a two-bar percent-repeat is at the start of a piece,
> lilypond cannot continue:
> warning: no one to print
On Friday 14 January 2005 14.38, Erik Sandberg wrote:
> Thanks! I have added the bugs to the bug cvs.
>
> There is a simple fix: Add \new Voice after \new Staff, like:
>
> \score {
> \new Staff \new Voice {
> \set Score.skipBars = ##t
> % f1
> \repeat percent 2 {\twobar}
> R1*3 }
> }
>
Thanks! I have added the bugs to the bug cvs.
There is a simple fix: Add \new Voice after \new Staff, like:
\score {
\new Staff \new Voice {
\set Score.skipBars = ##t
% f1
\repeat percent 2 {\twobar}
R1*3 }
}
This fixes the first problem.
The problem also disappears if you remove
Hello,
I've noticed two new issues with two-bar percent repeats.
1. If a two-bar percent-repeat is at the start of a piece,
lilypond cannot continue:
warning: no one to print a percent:
\repeat percent 2 {\twobar
}
Either substituting \onebar for \twobar, or un