Re: left margin difference between `\markup` and `\table`

2023-04-04 Thread Werner LEMBERG
> `\rounded-box` does not displace its argument, it only adds a box > around it. In the first case, the stencil has protrusion on the left > (the start of its horizontal extent is negative). This doesn't > happen in the second case because `\table` realigns everything. Try > > ``` > \markup

Re: -dgui option dropped in 2.24 - how to stop the black box on Windows now?

2023-04-04 Thread Jean Abou Samra
Le mardi 04 avril 2023 à 12:56 +0100, Richard Shann a écrit : > I don't understand, I'm afraid. Denemo only makes calls to the g_spawn* > functions as documented. The function might_be_console_process() is > static - internal to glib - or rather to some executable that it calls, >

Re: -dgui option dropped in 2.24 - vanishing log file.

2023-04-04 Thread Richard Shann
On Tue, 2023-04-04 at 11:03 +0100, Richard Shann wrote: > On Tue, 2023-04-04 at 11:32 +0200, Jean Abou Samra wrote: > > Le mardi 04 avril 2023 à 10:29 +0100, Richard Shann a écrit : > > > The situation on Windows without lilypond-windows.exe is even > > > worse > > > than I thought - the option

Re: -dgui option dropped in 2.24 - how to stop the black box on Windows now?

2023-04-04 Thread Richard Shann
On Tue, 2023-04-04 at 12:03 +0200, Jean Abou Samra wrote: > Le mardi 04 avril 2023 à 11:34 +0200, Jean Abou Samra a écrit : > Le lundi 03 avril 2023 à 20:50 +0200, Jonas Hahnfeld via LilyPond > user discussion a écrit : > > This shouldn't be needed: g_spawn_sync internally uses a helper > >

Re: left margin difference between `\markup` and `\table`

2023-04-04 Thread Jean Abou Samra
Le mardi 04 avril 2023 à 11:03 +, Werner LEMBERG a écrit : > Why is there a difference in the formatting?  I would like to have the > same behaviour – ideally, `\markup` should also take the rounded box > into account while computing the horizontal extent. `\rounded-box` does not displace its

left margin difference between `\markup` and `\table`

2023-04-04 Thread Werner LEMBERG
Consider the following example. ``` \paper { left-margin = 0 } \markup \rounded-box { foo } \markuplist \table #'(-1) { \rounded-box { foo } } ``` Why is there a difference in the formatting? I would like to have the same behaviour – ideally, `\markup` should also take the rounded box

Re: -dgui option dropped in 2.24 - how to stop the black box on Windows now?

2023-04-04 Thread Jean Abou Samra
Le mardi 04 avril 2023 à 11:03 +0100, Richard Shann a écrit : > The documentation on -dlog-file doesn't specify where the file will > appear in the case that a full path is not given, I think it just gets put in the current working directory (as I would expect). signature.asc Description:

Re: -dgui option dropped in 2.24 - how to stop the black box on Windows now?

2023-04-04 Thread Jean Abou Samra
Le mardi 04 avril 2023 à 11:34 +0200, Jean Abou Samra a écrit : > Le lundi 03 avril 2023 à 20:50 +0200, Jonas Hahnfeld via LilyPond user > discussion a écrit : > > > This shouldn't be needed: g_spawn_sync internally uses a helper > > executable that should take care exactly of this aspect.

Re: -dgui option dropped in 2.24 - how to stop the black box on Windows now?

2023-04-04 Thread Richard Shann
On Tue, 2023-04-04 at 11:32 +0200, Jean Abou Samra wrote: > Le mardi 04 avril 2023 à 10:29 +0100, Richard Shann a écrit : > > The situation on Windows without lilypond-windows.exe is even worse > > than I thought - the option -dlog-file no longer generates the log > > file > > into the prescribed

Re: Custom engraver to draw frame around notes

2023-04-04 Thread Nate Whetsell
Thank you so much! > On Apr 3, 2023, at 8:52 PM, Jean Abou Samra wrote: > > Le lundi 03 avril 2023 à 20:12 -0400, Nate Whetsell a écrit : > >> Because this engraver doesn’t mention staffs at all, I’m not sure how this >> is happening or how to fix it, and I’m hoping I’m missing something

Re: -dgui option dropped in 2.24 - how to stop the black box on Windows now?

2023-04-04 Thread Jean Abou Samra
Le lundi 03 avril 2023 à 20:50 +0200, Jonas Hahnfeld via LilyPond user discussion a écrit : > This shouldn't be needed: g_spawn_sync internally uses a helper > executable that should take care exactly of this aspect. LilyPond uses > it internally to call Ghostscript. Hmm, but Denemo is

Re: -dgui option dropped in 2.24 - how to stop the black box on Windows now?

2023-04-04 Thread Jean Abou Samra
Le mardi 04 avril 2023 à 10:29 +0100, Richard Shann a écrit : > The situation on Windows without lilypond-windows.exe is even worse > than I thought - the option -dlog-file no longer generates the log file > into the prescribed place - instead the log is splashed onto the > terminal box

Re: -dgui option dropped in 2.24 - how to stop the black box on Windows now?

2023-04-04 Thread Richard Shann
The situation on Windows without lilypond-windows.exe is even worse than I thought - the option -dlog-file no longer generates the log file into the prescribed place - instead the log is splashed onto the terminal box (which then vanishes when the typesetting is finished). It means no error

Re: keep measures on the same line

2023-04-04 Thread Jean Abou Samra
Le lundi 03 avril 2023 à 16:57 +0200, Gianmaria Lari a écrit : > Sometimes I want to keep some measures on the same line. To do this I use > \nobreaks and I set the fontsize manually by trial and error. Isn't there an > easier way? Before this group of measures, put ``` \autoLineBreaksOff