Am Do., 23. Nov. 2023 um 11:53 Uhr schrieb Jean Abou Samra :
>
>
> > Now m̀ake' fails.
> > Offending line in the doc-string is
> > The input-string @var{strg} may be composed by any string of \";|.:![]{}\".
> > Obviously the braces, { and }, need to be escaped.
> > How to?
>
>
> Like this I think:
> Now m̀ake' fails.
> Offending line in the doc-string is
> The input-string @var{strg} may be composed by any string of \";|.:![]{}\".
> Obviously the braces, { and }, need to be escaped.
> How to?
Like this I think:
... composed of the characters @samp{; | . : ! [ ] @{ @}}
Am Do., 23. Nov. 2023 um 10:49 Uhr schrieb Thomas Morley
:
>
> Am Do., 23. Nov. 2023 um 10:40 Uhr schrieb Jean Abou Samra
> :
> >
> > > Ok.
> > > https://gitlab.com/lilypond/lilypond/-/merge_requests/2179
> >
> > Oh, I see. You forgot to give it a #:category .
>
> Thanks for the hint. Would it mak
Am Do., 23. Nov. 2023 um 10:40 Uhr schrieb Jean Abou Samra :
>
> > Ok.
> > https://gitlab.com/lilypond/lilypond/-/merge_requests/2179
>
> Oh, I see. You forgot to give it a #:category .
Thanks for the hint. Would it make sense to warn if #:category is omitted?
Corrected patch is up.
Thanks,
Har
> Ok.
> https://gitlab.com/lilypond/lilypond/-/merge_requests/2179
Oh, I see. You forgot to give it a #:category .
signature.asc
Description: This is a digitally signed message part
Am Do., 23. Nov. 2023 um 10:23 Uhr schrieb Jean Abou Samra :
>
> Is this a doc build from scratch or an incremental rebuild?
>From scratch.
> I'd suggest opening the MR anyway.
Ok.
https://gitlab.com/lilypond/lilypond/-/merge_requests/2179
Is this a doc build from scratch or an incremental rebuild?
I'd suggest opening the MR anyway.
Hi,
I'm working on #3164 "add a `\bar-line` markup function" and thought
the patch is ready to upload for review, i.e. the new
bar-line-markup-command works as I think it should,
`make check' (with a new regtest) returns as expected.
`make doc' succeds without errors.
Alas, the new markup-command