Documentation: A couple of issues in v2.23.82 notation manual section 3.6.8

2024-11-29 Thread Ambrose Li via bug-lilypond
The last paragraph says 14-bit MIDI values are 0-32767. This is impossible, since 14 bits can only give us 0-16383. This might be a documentation error; or, if the documentation is correct then there’s a bug in the code. Additionally, in the French translation, the same paragraph talks about “7

Re: Missing repeat sign after longer alternative

2024-11-29 Thread Knute Snortum
On Fri, Nov 29, 2024 at 1:35 PM Ole V. Villumsen via bug-lilypond < bug-lilypond@gnu.org> wrote: > Expected: Repeat sign after first volta. > Observed: No repeat sign anywhere. > > \version "2.24.4" > > { > \repeat volta 2 { > d' 1 | > \alternative { > \volta 1 { f' | g' | } > \volta 2 { d' | } >

Re: Missing repeat sign after longer alternative

2024-11-29 Thread David Kastrup
"Ole V. Villumsen via bug-lilypond" writes: > Expected: Repeat sign after first volta. > Observed: No repeat sign anywhere. > > \version "2.24.4" > > { > \repeat volta 2 { > d' 1 | > \alternative { > \volta 1 { f' | g' | } > \volta 2 { d' | } > } > c' | > \bar "|." > } > } I don't understand wha

Re: Missing repeat sign after longer alternative

2024-11-29 Thread Craig Fearing via bug-lilypond
I'm not sure I'm authorized to reply to this but I'll try. You simply need to move the brace that is intended to signal the end of the repeated part to a position prior to the alternate endings like this : ~~~ \version "2.24.4" { \repeat volta 2 { d

Missing repeat sign after longer alternative

2024-11-29 Thread Ole V. Villumsen via bug-lilypond
Expected: Repeat sign after first volta. Observed: No repeat sign anywhere. \version "2.24.4" { \repeat volta 2 { d' 1 | \alternative { \volta 1 { f' | g' | } \volta 2 { d' | } } c' | \bar "|." } } Sent with [Proton Mail](https://proton.me/mail/home) secure email.