bug in snippet "Adding volta brackets to additional staves"

2021-02-28 Thread Jean-Charles Malahieude
Revising the French translation of repeats.itely, I notice that the 
volta bracket doesn't appear in the third staff of the snippet with the 
master branch.


Just compare the two versions of the online documentation of NR-1.41.1 
where the bracket is present on v2.22, but not on v2.23.


Copying Dan who worked on this matter.

Cheers,
--
Jean-Charles

___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: bug in snippet "Adding volta brackets to additional staves"

2021-02-28 Thread Jean-Charles Malahieude

Le 28/02/2021 à 15:53, Dan Eble a écrit :



The performance length is 4 whole notes, but the third part has only
half that.  This is not what the image on the LSR means.

There is no \repeat music in the third staff, so why should there be
a volta bracket?

2.23 is handling this input more correctly.  I don't think this
snippet teaches anything more than the one entitled "Volta multi
staff".




I'm definitely not as good as expected with computation…

It might be wise to suppress it from the docs and LSR if not corrected.

Cheers,
--
Jean-Charles

___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: bug in snippet "Adding volta brackets to additional staves"

2021-02-28 Thread Dan Eble
On Feb 28, 2021, at 08:50, Jean-Charles Malahieude  wrote:
> 
> Revising the French translation of repeats.itely, I notice that the volta 
> bracket doesn't appear in the third staff of the snippet with the master 
> branch.
> 
> Just compare the two versions of the online documentation of NR-1.41.1 where 
> the bracket is present on v2.22, but not on v2.23.
> 
> Copying Dan who worked on this matter.

Thanks for the report.  GIGO is my conclusion.  This is the source:

<<
  \new Staff { \repeat volta 2 { c'1 } \alternative { c' } }
  \new Staff { \repeat volta 2 { c'1 } \alternative { c' } }
  \new Staff \with { \consists "Volta_engraver" } { c'2 g' e' a' }
  \new Staff { \repeat volta 2 { c'1 } \alternative { c' } }
>>

The performance length is 4 whole notes, but the third part has only half that. 
 This is not what the image on the LSR means.

There is no \repeat music in the third staff, so why should there be a volta 
bracket?

2.23 is handling this input more correctly.  I don't think this snippet teaches 
anything more than the one entitled "Volta multi staff".

Regards,
— 
Dan


___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond