Disable TextMark Collision Avoidance

2023-03-09 Thread 4w6xrf6b
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

Re: bare time signature rendering difference

2023-03-09 Thread Werner LEMBERG
> 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

Re: Guile Error

2023-03-09 Thread Jean Abou Samra
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

Re: bare time signature rendering difference

2023-03-09 Thread Nate
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 (

Guile Error

2023-03-09 Thread Nick McManus
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

Re: bare time signature rendering difference

2023-03-09 Thread Werner LEMBERG
> 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

bare time signature rendering difference

2023-03-09 Thread Nate
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

Re: removing `--show-rules` option of `convert-ly`?

2023-03-09 Thread Werner LEMBERG
> > * 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

2.25.2 ending brackets for optional fine endings

2023-03-09 Thread Paul Scott
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