Re: FYI: Nested Markuplist-Score-Midi Block Behavior

2024-11-16 Thread David Kastrup
Christopher Heckman writes: > In \markuplist, there's a command that does something similar but has > a different name (\score-lines). If I'm understanding correctly (a > dangerous assumption 8-) ), \score-lines works like TeX's horizontal > mode, and \score works like its vertical mode. (A \mark

Re: FYI: Nested Markuplist-Score-Midi Block Behavior

2024-11-15 Thread Christopher Heckman
On Fri, Nov 15, 2024 at 10:58 PM Werner LEMBERG wrote: > > [Sending this e-mail again to the 'lilypond-user' list, which we > forgot to include in our conversation.] > > >> Maybe you are mixing up the the `\score` *markup* command (to be > >> used within `\markup` or `\markuplist`) with the 'norma

Re: FYI: Nested Markuplist-Score-Midi Block Behavior

2024-11-15 Thread Werner LEMBERG
>> If you compile that you can see that the `\score` markup command >> suppresses page turns because they don't make sense in markup. > > And I suspect that that's why \score-lines isn't called \score as > well. Contrary to `\score` (the markup function), which returns a single markup, `\score-

Re: FYI: Nested Markuplist-Score-Midi Block Behavior

2024-11-15 Thread Werner LEMBERG
[Sending this e-mail again to the 'lilypond-user' list, which we forgot to include in our conversation.] >> Maybe you are mixing up the the `\score` *markup* command (to be >> used within `\markup` or `\markuplist`) with the 'normal', >> top-level `\score` command? > > My initial reaction to th

Re: FYI: Nested Markuplist-Score-Midi Block Behavior

2024-11-13 Thread Werner LEMBERG
> I don't know whether this is a bug or not, but if you put a score > block inside of a markuplist, you cannot export MIDI from it. If > it's not fixed, it should be documented at the website. > > Minimal(?) example: > > \markuplist { > \score { > { c1 } > \layout { } >

FYI: Nested Markuplist-Score-Midi Block Behavior

2024-11-12 Thread Christopher Heckman
I don't know whether this is a bug or not, but if you put a score block inside of a markuplist, you cannot export MIDI from it. If it's not fixed, it should be documented at the website. Minimal(?) example: \markuplist { \score { { c1 } \layout { } \midi { } }