Re: Change text font size globally

2024-08-26 Thread Werner LEMBERG
> I want staff-size #18 for the whole score and font-size #12 for each > \markup command. Setting the default staff size is straightforward, but I no longer can remember how to set the default text size in the 2.24.x series (and I didn't succeed in looking it up in the `lilypond-user` archive).

Re: Inconsistent crescendo endings (and kate weirdness)

2024-08-26 Thread Knute Snortum
On Mon, Aug 26, 2024 at 2:47 PM Wol wrote: > I've got a little mwe, but my crescendo endings seem a little random. On > line 1, the crescendo ends on the bar line, but the \! is on the g flat. > On line 2, the \! is on the g, and the crescendo ends on the g as I > would expect. Any ideas why? >

Inconsistent crescendo endings (and kate weirdness)

2024-08-26 Thread Wol
I've got a little mwe, but my crescendo endings seem a little random. On line 1, the crescendo ends on the bar line, but the \! is on the g flat. On line 2, the \! is on the g, and the crescendo ends on the g as I would expect. Any ideas why? It's almost as if lilypond is randomly deciding tha

Re: Change text font size globally

2024-08-26 Thread Dimitri Sykias
I gave my Preamble in the original post. I want staff-size #18 for the whole score and font-size #12 for each \markup command. Currently I have to repeat: \markup \abs-fontsize #12 { …}. I read that you can do it in version 25, mine is “2.24.4”.

Re: Null midi device

2024-08-26 Thread Raphael Mankin
On 26/08/2024 09:56, David Kastrup wrote: Raphael Mankin writes: Is there a null midi device so that I can say explicitly that I do not want midi output for this staff, as opposed to "I have forgotten to specify it"? Does something like \new Staff \with { \remove "Staff_performer" } { ..

Re: Compiling on ish

2024-08-26 Thread Werner LEMBERG
> So I turned on FONTFORGE_VERBOSE and ran the same script. It shows > the same warning about Mac Roman, but then continues, which was > encouraging. It then runs four lines: > > Select all(); > RemoveOverlap(); > AddExtrema(); > Simplify(0, 2); > > Then nothing happens. I don't actually get an

Re: Compiling on ish

2024-08-26 Thread Ben Bradshaw
Running make bytecode VERBOSE=1 helped me to find the last command that is run, which is fontforge -script feta11.pe feta11.pfb So I turned on FONTFORGE_VERBOSE and ran the same script. It shows the same warning about Mac Roman, but then continues, which was encouraging. It then runs four lines:

Re: Null midi device

2024-08-26 Thread David Kastrup
Raphael Mankin writes: > Is there a null midi device so that I can say explicitly that I do not > want midi output for this staff, as opposed to "I have forgotten to > specify it"? Does something like \new Staff \with { \remove "Staff_performer" } { ... } do what you want? -- David Kastrup

Re: Change stem direction for voice?

2024-08-26 Thread David Kastrup
Timothy Lanfear writes: > On 25/08/2024 17:11, Stefano Antonelli wrote: >> On Sun, 2024-08-25 at 10:47 +0100, Timothy Lanfear wrote: >>> \version "2.24.0" >>> >>> \layout { >>>\context Voice = "voiceTwo" { >>> \override Stem.direction = #UP >>> \override Slur.direction = #DOWN >>>

Null midi device

2024-08-26 Thread Raphael Mankin
Is there a null midi device so that I can say explicitly that I do not want midi output for this staff, as opposed to "I have forgotten to specify it"?