Manually override code names?

2022-11-06 Thread Tom Campbell
Using a rootless version of C13 in the piano left hand makes Lilypond call it an E variant. I can't figure out how to override chord names so I'm using markup, like this. What am I doing wrong? leftHand = \relative c, { \clef bass \key c \major \time 4/4 4^\markup { C13 } 4 ^\markup {

Re: ghostscript 9.56.1 in lilypond 2.23.14 no longer finds font Helvetica-Bold, but gs in 2.22.1 did

2022-11-06 Thread Jean Abou Samra
Le 07/11/2022 à 05:39, Jeff Olson a écrit : Jean, please help me understand what this implies.  The above lilypond-devel thread basically ends with Harm's statement that It is no longer possible to specify fonts like above. https://lists.gnu.org/archive/html/lilypond-devel/2022-04/msg

Re: ghostscript 9.56.1 in lilypond 2.23.14 no longer finds font Helvetica-Bold, but gs in 2.22.1 did

2022-11-06 Thread Jeff Olson
On 11/6/2022 1:05 AM, Jean Abou Samra wrote: Can someone explain (a) why Helvetical is no longer in 2.23.14's gs and (b) the syntax for specifying Nimbus Sans L properly in my MWE? Thanks for wading through all this with me.  I've been on a very big lilypond project for 6 years now, and it i

Re: Unexpected file name in EPS output

2022-11-06 Thread Carlo Stemberger
Il giorno dom 6 nov 2022 alle ore 22:17 Knute Snortum ha scritto: > On Sun, Nov 6, 2022 at 12:21 PM Federico Bruni wrote: > > > > Il giorno dom 6 nov 2022 alle 18:54:00 +0100, Carlo Stemberger > > Where did you see "lilypond -dbackend=eps myfile.ly"? > Here: http://lilypond.org/doc/v2.22/Docum

Re: Unexpected file name in EPS output

2022-11-06 Thread Knute Snortum
On Sun, Nov 6, 2022 at 12:21 PM Federico Bruni wrote: > > Il giorno dom 6 nov 2022 alle 18:54:00 +0100, Carlo Stemberger > ha scritto: > > Is this a bug? Do the next versions have the same behaviour? In this > > case I have to modify my script. > > I don't have 2.22.x installed, but here's what h

Re: Unexpected file name in EPS output

2022-11-06 Thread Federico Bruni
Il giorno dom 6 nov 2022 alle 18:54:00 +0100, Carlo Stemberger ha scritto: Is this a bug? Do the next versions have the same behaviour? In this case I have to modify my script. I don't have 2.22.x installed, but here's what happens with 2.23.80: $ lilypond --eps myfile.ly GNU LilyPond 2.23.80

Re: Which timesteps are created?

2022-11-06 Thread Jean Abou Samra
> Le 6 nov. 2022 à 20:38, Lukas-Fabian Moser a écrit : > > Folks, > > I'm not quite sure how to phrase my question resp. whether it's meaningful at > all, but here goes: Which mechanisms control the creation of time steps? The Global_context class. Have a look at Global_context::add_momen

Re: Which timesteps are created?

2022-11-06 Thread David Kastrup
Lukas-Fabian Moser writes: > a) We see a timestep at the end of events even in _other_ contexts > than the one the engraver lives in. > b) We see a timestep at every bar boundary. Only if context property Score.skipBars is ##f . > I'm interested in b): Can I increase the density and, e.g., forc

Which timesteps are created?

2022-11-06 Thread Lukas-Fabian Moser
Folks, I'm not quite sure how to phrase my question resp. whether it's meaningful at all, but here goes: Which mechanisms control the creation of time steps? Consider: \version "2.23.10" \new Staff <<   \new Voice \with {     \consists #     (lambda (ctx)   (make-engraver    ((start

Unexpected file name in EPS output

2022-11-06 Thread Carlo Stemberger
Hi, when I run `lilypond -dbackend=eps myfile.ly` with LilyPond 2.22.2 I get 2 PDF files (myfile.pdf and myfile-1.pdf) and an EPS file (myfile.esp). - %myfile.ly \version "2.22.2" \relative c'' {c d e c} - Why? Please note that myfile.pdf and myfile-1.pdf seem identical, but they aren't

Re: ghostscript 9.56.1 in lilypond 2.23.14 no longer finds font Helvetica-Bold, but gs in 2.22.1 did

2022-11-06 Thread Jean Abou Samra
> Le 6 nov. 2022 à 06:14, Jeff Olson a écrit : > >  > This MWE works in 2.22.1 but fails in 2.23.14 (running via Frescobaldi 3.1.1 > on up-to-date Windows 10): > > \version "2.22.1" > \markup { > \postscript #" > /Helvetica-Bold findfont > 4 scalefont setfont > (Hello, World!)