Re: Fine-tuning footnote mark positioning

2025-02-04 Thread Aleksa Jakovljevic
Thanks to the both of you for that, works like a charm. Aleksa Am Di., 4. Feb. 2025 um 19:59 Uhr schrieb Yoshiaki Onishi < i...@yoshionishi.com>: > > Hi all, > > > > I'm trying to place a footnote mark, but I can't manage to get it > exactly where I want it to be. > > > > \version "2.24.2" > > >

Fine-tuning footnote mark positioning

2025-02-04 Thread Yoshiaki Onishi
> Hi all, > > I'm trying to place a footnote mark, but I can't manage to get it exactly > where I want it to be. > > \version "2.24.2" > > \score { > << > \new Staff { \override Footnote.annotation-line = ##f %%this doesn't seem to > affect the issue but reduces visual clutter so makes it clea

Re: Fine-tuning footnote mark positioning

2025-02-04 Thread Kieren MacMillan
Hi Aleksa, > I'm trying to place a footnote mark, but I can't manage to get it exactly > where I want it to be. This might be a [rare] case where extra-offset is the best choice: %%% SNIPPET BEGINS \version "2.24.2" music = { \override Footnote.annotation-line = ##f %%this doesn't seem to a

Re: Linux OS, adding Midi

2025-02-04 Thread Ben Engbers
Hi, It showed that fluid-soundfont-gm and fluid-soundfont-common were already installed. I only had to add fluid-soundfont-gs. I also found this page: https://discussion.fedoraproject.org/t/how-to-midi-audio-on-fedora-with-fluidsynth/103401 It tells me that the command "fluidsynth -is" is use

Fine-tuning footnote mark positioning

2025-02-04 Thread Aleksa Jakovljevic
Hi all, I'm trying to place a footnote mark, but I can't manage to get it exactly where I want it to be. \version "2.24.2" \score { << \new Staff { \override Footnote.annotation-line = ##f %%this doesn't seem to affect the issue but reduces visual clutter so makes it clearer in the image below \

Re: Linux OS, adding Midi

2025-02-04 Thread David Wright
On Tue 04 Feb 2025 at 08:44:19 (-0800), Knute Snortum wrote: > On Tue, Feb 4, 2025 at 8:24 AM Ben Engbers wrote: > > I installed fluidsynh and QSynth but never heard of the fluidsynth > > soundfiles? > > FluidSynth and QSynth use soundfont files, I believe (at least on my > machine [Ubuntu] they

Re: Linux OS, adding Midi

2025-02-04 Thread Knute Snortum
On Tue, Feb 4, 2025 at 8:24 AM Ben Engbers wrote: > > I installed fluidsynh and QSynth but never heard of the fluidsynth > soundfiles? > FluidSynth and QSynth use soundfont files, I believe (at least on my machine [Ubuntu] they do). I use "GeneralUser's" soundfont files which I get from here:

Re: Linux OS, adding Midi

2025-02-04 Thread Ben Engbers
Hi, I only recently picked up using lilypond again and found that writing a guitar score with several staffs and a tabstaff is not that easy. Figuring out how to accomplish everything takes a lot of time ;-) I installed fluidsynh and QSynth but never heard of the fluidsynth soundfiles? It mi