Re: Running a system command from within Lilypond [Solved]

2023-12-16 Thread Hans Aikema
> On 15 Dec 2023, at 17:24, Raphael Mankin wrote: > > > > On 15/12/2023 16:23, Jean Abou Samra wrote: >>> I am on version Frescobaldi 3.2 and Lilypond 2.22.1 and do not appear >>> to have that option. At least, I have not found it. Anyway, I have >>> "automatic engraving" on. >> It's in Edit

Can't call some functions from translation-functions

2023-12-16 Thread Sebastian Käppler
Hello, I'm trying to use some of the functions in translation-functions.scm to create my own note name markup. However, if I use note-name->lily-string or octave->lily-string, I get an "unbound variable" error for that function. I even tried to copy the whole note-name-markup code from the source

Re: Can't call some functions from translation-functions

2023-12-16 Thread Aaron Hill via LilyPond user discussion
On 2023-12-16 4:48 am, Sebastian Käppler wrote: Hello, I'm trying to use some of the functions in translation-functions.scm to create my own note name markup. However, if I use note-name->lily-string or octave->lily-string, I get an "unbound variable" error for that function. I even tried to c

Re: Can't call some functions from translation-functions

2023-12-16 Thread Aaron Hill via LilyPond user discussion
On 2023-12-16 5:27 am, Aaron Hill wrote: On 2023-12-16 5:20 am, Sebastian Käppler wrote: Hello Aaron, thanks for your response. I tried use-modules and got " no code for module (scm display-lily)". If that is of interest, I use Frescobaldi on Windows with lilypond 2.24.1. Oh, whoops. I'm

Re: Can't call some functions from translation-functions

2023-12-16 Thread Sebastian Käppler
And that did the trick. Thank you very much, now I can get to actually work on my markup... Am Sa., 16. Dez. 2023 um 14:28 Uhr schrieb Aaron Hill < lilyp...@hillvisions.com>: > On 2023-12-16 5:27 am, Aaron Hill wrote: > > On 2023-12-16 5:20 am, Sebastian Käppler wrote: > >> Hello Aaron, > >> > >>

Why has `NonMusicalPaperColumn` a width?

2023-12-16 Thread Werner LEMBERG
Consider this example ```tex \version "2.19.2" music = { r4 r r \mark III r } { \music } { \override Score.RehearsalMark.non-musical = #'() \music } \layout { \context { \Score \override NonMusicalPaperColumn.stencil = #ly:paper-column::print \override PaperColumn.stencil = #l

property-defaults.fonts not working

2023-12-16 Thread Kieren MacMillan
Hi all, I was excited to try the new font-switching mechanism(s) in 2.25.x, but they don’t seem to be having any effect at all on my output…? I used examples, cut-and-pasted from the online documentation, e.g. \paper { property-defaults.fonts.serif = "Linux Libertine O" property-defaults.fo

Re: property-defaults.fonts not working

2023-12-16 Thread Jean Abou Samra
What's the exact value of x in 2.25.x?

Re: property-defaults.fonts not working

2023-12-16 Thread Kieren MacMillan
Hi Jean, > What's the exact value of x in 2.25.x? Well, it’s currently 2, but anticipating that might be [part of?] the problem, I launched an upgrade of lilypond (MacPorts) a few minutes ago. What is the minimum x for it to work as documented? Thanks, Kieren. _

Re: property-defaults.fonts not working

2023-12-16 Thread Jean Abou Samra
> What is the minimum x for it to work as documented? It's 6. See https://gitlab.com/lilypond/lilypond/-/commit/1346d30d183e38cb693c7d61f2ac76785130e449

Re: property-defaults.fonts not working

2023-12-16 Thread Kieren MacMillan
Hi Jean, >> What is the minimum x for it to work as documented? > It's 6. See > https://gitlab.com/lilypond/lilypond/-/commit/1346d30d183e38cb693c7d61f2ac76785130e449 Thanks — sorry for the noise. Works great with x=10 (which is the current MacPorts version). Kieren

error I can’t figure out

2023-12-16 Thread Kieren MacMillan
Hi all, I recently upgraded to 2.25.10 (MacPorts). I’m trying to compile what should be a fairly simple document, and am getting the following error(s): In /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_textproc_lilypond/lilypond-devel/work/lilypond-2.25.10/out/s

Re: error I can’t figure out

2023-12-16 Thread Jean Abou Samra
See https://lists.gnu.org/archive/html/lilypond-user/2023-11/msg00152.html signature.asc Description: This is a digitally signed message part

Re: error I can’t figure out

2023-12-16 Thread Kieren MacMillan
Hi Jean, > See https://lists.gnu.org/archive/html/lilypond-user/2023-11/msg00152.html Indeed, updating the center-on-word code fixed it. Thanks! Kieren. __ My work day may look different than your work day. Please do not feel obligated to read or res

Voices, shifting and stem direction

2023-12-16 Thread Jakob Pedersen
Greetings! I've always struggled with multiple voice and getting things to align correctly. I assume there's some basic truth I'm missing. I'm attempting to transcribe an organ chorale and have run into a problem with these three bars: I have tried all sorts of combination of \Voice and \

Re: Voices, shifting and stem direction

2023-12-16 Thread David Kastrup
Jakob Pedersen writes: > Greetings! > > I've always struggled with multiple voice and getting things to align > correctly. I assume there's some basic truth I'm missing. \voiceOne is the topmost voice. \voiceTwo is the bottommost voice. \voiceThree is the voice below \voiceOne. \voiceFour is t

RE: Voices, shifting and stem direction

2023-12-16 Thread Mark Stephen Mrotek
Jakob, As I see it you have 5 voices in the music yet only 4 voices in your code. Is this piece for organ? You might consider putting the “pedal” into a separate staff. Frescobaldi has a “wizard” under “file”, “score wizard”, “keyboard”, “organ”. Mark From: lilypond-user-bounces+cars