I'm attempting to position a text mark just above the staff as I have with a
text script, ignoring collision with the note.
\version "2.24.1"
% Is there a text mark analog to the following text script?
{
\override TextScript.outside-staff-priority = ##f
c''2^"Long Text "
c
}
% I tho
> Thanks - my output included no such warning.
> (lyluatex) Compiling score tmp-ly/51d5af77a942f28ac1f5986a0ab47d35
> with LilyPond executable 'lilypond'.
>
> Module lyluatex Warning: The score doesn't contain any music:
> (lyluatex) this will probably cause bad output. on inp
Le vendredi 10 mars 2023 à 02:58 +, Nick McManus a écrit :
> Hi All,
>
> I'm looking to understand this error I'm getting, I've updated to 2.24.1
> today and nothing is compiling.
>
> I'm on Windows 11, and trying to compile this file:
>
>
> \version "2.24.1"
> {c d e f}
>
>
> Here is t
Thanks - my output included no such warning.
(lyluatex) Compiling score tmp-ly/51d5af77a942f28ac1f5986a0ab47d35
with LilyPond executable 'lilypond'.
Module lyluatex Warning: The score doesn't contain any music:
(lyluatex) this will probably cause bad output. on input line
8vim
(
Hi All,
I'm looking to understand this error I'm getting, I've updated to 2.24.1 today
and nothing is compiling.
I'm on Windows 11, and trying to compile this file:
\version "2.24.1"
{c d e f}
Here is the error:
warning: `(gs -q -dNODISPLAY -dNOSAFER -dNOPAUSE -dBATCH
-dAutoRotatePages=/N
> I seem to have some sort of platform difference between my desktop
> and laptop computers. I'm rendering a bare time signature and tempo
> in a LaTeX table using lyluatex.
>
> The snippet: [...]
>
> {
> \new RhythmicStaff \with {\remove "Staff_symbol_engraver"}
> { \time 6/8 \numeri
I seem to have some sort of platform difference between my desktop and
laptop computers. I'm rendering a bare time signature and tempo in a LaTeX
table using lyluatex.
The snippet:
\lilypond[noindent, nofragment]
{ \new RhythmicStaff \with {\remove "Staff_symbol_engraver"}
{ \time 6/8 \numeric
> > * Replace `--show-rules` with a more common `--verbose` option to
> > show rule descriptions while `convert-ly` is running. Right
> > now, `--show-rules` only emits the rules but doesn't do a
> > conversion at the same time, which is rather useless IMHO. Not
> > sure whether my Pyth
How can I find the documentation for optional sections with brackets and
text above similar to \alternative. There are no repeats involved.
Thank you,
Paul