Cross-nesting \repeat segno and \repeat volta

2023-05-02 Thread Huanyu Liu
Hi, I am trying to write something tricky (but not rare, in my opinion) with both `\repeat segno` and `\repeat volta`. Here is an illustration of what I want to achieve: A ||: B |(Segno) C |(Coda)(Volta 1 start) D1 (Volta 1 end):|| (Volta 2 start) D2 (Volta 2 end)(DS)||(Coda)

Translation handling of `ly:expect-warning`

2024-08-17 Thread Huanyu Liu
Hi folks, I'm trying to reproduce a score with cross-staff beams in LilyPond, using \change Staff = "blahblah" The result looks fine, but a warning is spat out by LilyPond (in Chinese): 没有可用的起始构型:可能找不到合适的符尾倾角 Or, in English: no viable initial configuration found: may not find good beam

Re: Translation handling of `ly:expect-warning`

2024-08-17 Thread Huanyu Liu
sion. > I'm not sure exactly why. > > In any case, seems like this still needs to be updated in the documentation. > > Saul > > On Sat, Aug 17, 2024 at 2:14 PM Huanyu Liu <1293660...@qq.com> wrote: > > Hi folks, > > > > I'm trying to rep