Re: 2.4.2: more percent repeat problems

2005-04-26 Thread Erik Sandberg
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

Re: 2.4.2: more percent repeat problems

2005-02-06 Thread Erik Sandberg
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 } > } >

Re: 2.4.2: more percent repeat problems

2005-01-14 Thread Erik Sandberg
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

2.4.2: more percent repeat problems

2005-01-12 Thread Bruce McIntyre
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