Re: Frescobaldi 3.3 - off topic?

2023-05-13 Thread Jean Abou Samra
Le samedi 13 mai 2023 à 11:13 -0700, Ralph Palmer a écrit : > Greetings, all - > > I've been using LilyPond with Frescobaldi under Linux/Ubuntu for years, and I > really like the combination. > > I've tried updating to Frescobaldi 3.3 a number of times, with sort of weird > results. I've been

Re: \assertBeamSlope

2023-05-13 Thread Chad Linsley
I'm curious to know more about the parameters of how Lilypond shapes beams and how I can adjust settings to get closer to the look I want without as many overrides. The Regression Tests page has a lot of really useful information. I'm not sure I understand the "#=" part in \assertBeamSlope #=

Re: \assertBeamSlope

2023-05-13 Thread Jean Abou Samra
Le samedi 13 mai 2023 à 16:07 -0400, Chad Linsley a écrit : > I'm curious to know more about the parameters of how Lilypond shapes beams > and how I can adjust settings to get closer to the look I want without as > many overrides. The Regression Tests page has a > lot of really useful

Colored circle around note

2023-05-13 Thread Luca Rossetto Casel
Hello everyone, I'm working on an example for a musicological paper. I was requested to highlight some notes drawing a colored circle around them. I found the snippet https://lsr.di.unimi.it/LSR/Item?id=722 and I tried to adapt it to my needs... but without success (I didn't ever studied

Re: Colored circle around note

2023-05-13 Thread Jean Abou Samra
Le samedi 13 mai 2023 à 14:13 +0200, Luca Rossetto Casel a écrit : > Hello everyone, > > I'm working on an example for a musicological paper. I was requested to > highlight some notes drawing a colored circle around them. I found the > snippet > >

Re: Problem understanding 2.24.1 segno repeat for a fine+dc_al_fine repeat

2023-05-13 Thread Kenneth Wolcott
Thank you Jean! On Sat, May 13, 2023 at 7:19 AM Jean Abou Samra wrote: > > Le vendredi 12 mai 2023 à 20:42 -0700, Kenneth Wolcott a écrit : > > Hi; > > I'm converting a 2.22.2 Lilypond engraving where I manually implemented a > fine+dc_al_fine repeat into a 2.24.1 repeat segno and I run into

Re: Problem understanding 2.24.1 segno repeat for a fine+dc_al_fine repeat

2023-05-13 Thread Jean Abou Samra
Le vendredi 12 mai 2023 à 20:42 -0700, Kenneth Wolcott a écrit : > Hi; > >   I'm converting a 2.22.2 Lilypond engraving where I manually > implemented a fine+dc_al_fine repeat into a 2.24.1 repeat segno and I > run into difficulties. > > Since the fine ends at beat 3 of 4 (well, 2/2 meter), I

Re: Colored circle around note

2023-05-13 Thread Michael Werner
Hi Luca, I'm still trying to learn more about Scheme myself, but I managed to come up with an adaptation of that snippet that seems to work. There's probably a better way to do this, but here goes: circleB = \once \override NoteHead.stencil = #(lambda (grob) (let* ((note (ly:note-head::print

Re: Frescobaldi 3.3 - off topic?

2023-05-13 Thread Jean Abou Samra
Le samedi 13 mai 2023 à 20:28 +0200, Jean Abou Samra a écrit : > * It's not possible to transfer sessions from the Ubuntu package to the > Flatpak package. D'oh! My bad. The message from Federico https://groups.google.com/g/frescobaldi/c/gKehyaVmAxo/m/0lglp4diBgAJ shows a simple way to do

Re: Colored circle around note

2023-05-13 Thread Luca Rossetto Casel
Dear Michael, Jean, thank you for the help and the suggestions, and for replying so quickly! Now, I'll read accurately Jean's site! :-) Luca Il 13/05/23 15:47, Jean Abou Samra ha scritto: Le samedi 13 mai 2023 à 14:13 +0200, Luca Rossetto Casel a écrit : Hello everyone, I'm working on an

Frescobaldi 3.3 - off topic?

2023-05-13 Thread Ralph Palmer
Greetings, all - I've been using LilyPond with Frescobaldi under Linux/Ubuntu for years, and I really like the combination. I've tried updating to Frescobaldi 3.3 a number of times, with sort of weird results. I've been running LilyPond 2.23.6 and Frescobaldi 3.2 under Ubuntu 22.04.2 and they

Re: move discant symbol

2023-05-13 Thread dfro
On 5/9/23 11:52, Gianmaria Lari wrote: [...] How can I move the discant symbol and the accordion pull symbol to avoid them to stack on top of each other? [...] I just learned from Jean how to use \overlay and \translate-scaled together to control exactly where text

Re: Cannot identify a missing font for desired Lilypond output

2023-05-13 Thread Volodymyr Prokopyuk
Hi Jean, I think you have found the solution! You mentioned that Ghostscript provides the default font. Ghostscript is not installed in my new system as I thought that it is not necessary as I use the Cairo backend. I did see the warning in the configure script about the recommendation of

Re: Cannot identify a missing font for desired Lilypond output

2023-05-13 Thread Jean Abou Samra
Le samedi 13 mai 2023 à 22:49 +0200, Volodymyr Prokopyuk a écrit : > Hi, > > I'm trying to compile a score PDF from exactly the same Lilypond source on a > different Linux Arch based system. The installation procedure of Lilypond > 2.25.4 is exactly the same on both old and new > systems. The

Re: Cannot identify a missing font for desired Lilypond output

2023-05-13 Thread Volodymyr Prokopyuk
Hi Jean, I do not use any explicit font family in the source code at all. I assume that the desired font is the default for Lilypond and is Emmentaler. Is the Emmentaler font installed automatically when Lilypond is installed or the font has to be installed separately? Is it installed in the

Re: lilypond-user Digest, Vol 246, Issue 40

2023-05-13 Thread Jean Abou Samra
Le dimanche 14 mai 2023 à 01:42 +0200, Jean Abou Samra a écrit : > You would have to use another grob, e.g., > ``` \version "2.24.1" > > circleB = { > \balloonGrobText NoteHead #'(0 . 0) > \markup \with-color "#fcc" \draw-circle #3.5 #0.1 ##t > \once \override

Re: Cannot identify a missing font for desired Lilypond output

2023-05-13 Thread Jean Abou Samra
Le samedi 13 mai 2023 à 23:12 +0200, Volodymyr Prokopyuk a écrit : > Hi Jean, > > I do not use any explicit font family in the source code at all. I assume > that the desired font is the default for Lilypond and is Emmentaler. Is the > Emmentaler font installed automatically when > Lilypond is

Re: Cannot identify a missing font for desired Lilypond output

2023-05-13 Thread Jean Abou Samra
Le samedi 13 mai 2023 à 23:56 +0200, Volodymyr Prokopyuk a écrit : > Hi Jean, > > I think you have found the solution! You mentioned that Ghostscript provides > the default font. Ghostscript is not installed in my new system as I thought > that it is not necessary as I use the Cairo > backend.

Re: lilypond-user Digest, Vol 246, Issue 40

2023-05-13 Thread Jeff Olson
On 5/13/2023 2:07 PM, lilypond-user-requ...@gnu.org wrote: Il 13/05/23 15:47, Jean Abou Samra ha scritto: [...] |\version "2.24.1" circleB = \once \override NoteHead.stencil = #(grob-transformer 'stencil (lambda (grob original) (grob-interpret-markup grob #{ \markup \with-outline \stencil

Re: lilypond-user Digest, Vol 246, Issue 40

2023-05-13 Thread Jean Abou Samra
Le samedi 13 mai 2023 à 17:30 -0600, Jeff Olson a écrit : > Jean, > > I tried adapting your circleB with a fill to do something like staffHighlight > but with a more focused spotlight effect, especially for notes outside the > staff on ledger lines where staffHighlight ordinarily doesn't go.  

Re: lilypond-user Digest, Vol 246, Issue 40

2023-05-13 Thread Jeff Olson
On 5/13/2023 5:49 PM, Jean Abou Samra wrote: PS. In fact it's better like this (to avoid influencing other balloons at the same moment): |\version "2.24.1" \layout { \context { \Voice \consists Balloon_engraver } } circleB = \tweak layer -1 \tweak annotation-balloon ##f \balloonText #'(0 .

RE: Frescobaldi 3.3 - off topic?

2023-05-13 Thread savage.laurie
I had exactly the same problem on Ubuntu. I partly solved it by doing a complete uninstall -purge and installing from the files on F's site, then going through the rigmarole of fixing the various dependencies from the files the site links to. The recent files menu hasn't worked for me for a