left space in front of the score
Hello, I am working on the space frescobaldi plus Lilypond put infront of the score for long instrument names. There is only a small space after the first score when names are repeated, too small to match the instrument names which aligned to the right reach the physical border and go over it. How is it possible to have more space to the left of the score? Kind regards and Happy holidays to all! BEGIN:VCARD VERSION:4.0 N:Dr. Kleine;Bernhard;;; EMAIL;PREF=1:bernhard.kle...@gmx.net TEL;VALUE=TEXT:0049 160 998831 ADR:;;Steinbühlweg 1;Lenzkirch;;D-79853; NOTE:Ich mache auf mein Buch "670 Falterarten im Hochschwarzwald" aufwerksa m (aktuell vergriffen). END:VCARD
Re: left space in front of the score
bernhard kleine wrote: Hello, I am working on the space frescobaldi plus Lilypond put infront of the score for long instrument names. There is only a small space after the first score when names are repeated, too small to match the instrument names which aligned to the right reach the physical border and go over it. How is it possible to have more space to the left of the score? The general answer to that is to increase the left margin. https://lilypond.org/doc/v2.24/Documentation/notation/horizontal-spacing-paper-variables#paper-variables-for-widths-and-margins But there are two standard ways specific to instrument naming: One way is to use abbreviated names further down. What you call 'long instrument names', LilyPond calls 'instrumentName'. LilyPond also provides 'shortInstrumentName', for further down. https://lilypond.org/doc/v2.24/Documentation/notation/writing-parts#instrument-names You can also use the second way, which provides more room on the left. https://lilypond.org/doc/v2.24/Documentation/notation/horizontal-spacing-paper-variables#paper-variables-for-shifts-and-indents Cheers, Robin
question for MacOS users: qmake path in Homebrew installations
Hi all I'm working on a Github action to build wheels of python-poppler-qt5 (Frescobaldi dependency) on all platforms (Linux, Mac and Windows). On Mac I've installed qt@5 via Homebrew and I need to know in which directory qmake is installed. For example, in Linux it's normally installed in /usr/lib64/qt5/bin, but I think homebrew's formula installs it in a different directory. I don't see the list of installed files here: https://formulae.brew.sh/formula/qt@5#default Thanks in advance for your help Federico
Custom gradual spanners
Hello, is there a way to modify a spanner to get a slow-fast trill (like the one in the picture)? [image: image.png] Obviously with user-provided glyphs. I'm trying to figure out how spanners were written to be able to at least modify an existing one, TextSpanner or TrillSpanner, (or write one on purpose, if it's not too complicated, but I guess it is!), but I can't find the definitions. Thank you! Rip_mus
Re: question for MacOS users: qmake path in Homebrew installations
Hi Federico, It would seem to be: $ find /usr/local/opt/qt@5/ -name qmake /usr/local/opt/qt@5//bin/qmake "brew info qt@5" warns you (or at least me) that it is not symlinked into /usr/local/bin, so you may need to set the PATH explicitly. Apologies if I have not understood your question correctly. HTH, Jon On 26/12/2022 15:52, Federico Bruni wrote: Hi all I'm working on a Github action to build wheels of python-poppler-qt5 (Frescobaldi dependency) on all platforms (Linux, Mac and Windows). On Mac I've installed qt@5 via Homebrew and I need to know in which directory qmake is installed. For example, in Linux it's normally installed in /usr/lib64/qt5/bin, but I think homebrew's formula installs it in a different directory. I don't see the list of installed files here: https://formulae.brew.sh/formula/qt@5#default Thanks in advance for your help Federico
Re: question for MacOS users: qmake path in Homebrew installations
Hi Jon Thanks, it's exactly what I need! Now I have another question. Can you search poppler-qt5.pc file (homebrew installation)? Il giorno lun 26 dic 2022 alle 22:10:40 +, Jonathan Armitage ha scritto: Hi Federico, It would seem to be: $ find /usr/local/opt/qt@5/ -name qmake /usr/local/opt/qt@5//bin/qmake "brew info qt@5" warns you (or at least me) that it is not symlinked into /usr/local/bin, so you may need to set the PATH explicitly. Apologies if I have not understood your question correctly. HTH, Jon On 26/12/2022 15:52, Federico Bruni wrote: Hi all I'm working on a Github action to build wheels of python-poppler-qt5 (Frescobaldi dependency) on all platforms (Linux, Mac and Windows). On Mac I've installed qt@5 via Homebrew and I need to know in which directory qmake is installed. For example, in Linux it's normally installed in /usr/lib64/qt5/bin, but I think homebrew's formula installs it in a different directory. I don't see the list of installed files here: https://formulae.brew.sh/formula/qt@5#default Thanks in advance for your help Federico
Re: question for MacOS users: qmake path in Homebrew installations
This one? /usr/local/Cellar/poppler-qt5/22.12.0/lib/pkgconfig/poppler-qt5.pc I got a lot of messages about conflicts when I installed poppler-qt5: it may well be that some symlinks were not created. Cheers, Jon On 26/12/2022 22:26, Federico Bruni wrote: Hi Jon Thanks, it's exactly what I need! Now I have another question. Can you search poppler-qt5.pc file (homebrew installation)? Il giorno lun 26 dic 2022 alle 22:10:40 +, Jonathan Armitage ha scritto: Hi Federico, It would seem to be: $ find /usr/local/opt/qt@5/ -name qmake /usr/local/opt/qt@5//bin/qmake "brew info qt@5" warns you (or at least me) that it is not symlinked into /usr/local/bin, so you may need to set the PATH explicitly. Apologies if I have not understood your question correctly. HTH, Jon On 26/12/2022 15:52, Federico Bruni wrote: Hi all I'm working on a Github action to build wheels of python-poppler-qt5 (Frescobaldi dependency) on all platforms (Linux, Mac and Windows). On Mac I've installed qt@5 via Homebrew and I need to know in which directory qmake is installed. For example, in Linux it's normally installed in /usr/lib64/qt5/bin, but I think homebrew's formula installs it in a different directory. I don't see the list of installed files here: https://formulae.brew.sh/formula/qt@5#default Thanks in advance for your help Federico
Re: question for MacOS users: qmake path in Homebrew installations
Thanks, it seems to work. Now the build is failing on Windows. I'll continue tomorrow. Il giorno lun 26 dic 2022 alle 22:41:50 +, Jonathan Armitage ha scritto: This one? /usr/local/Cellar/poppler-qt5/22.12.0/lib/pkgconfig/poppler-qt5.pc I got a lot of messages about conflicts when I installed poppler-qt5: it may well be that some symlinks were not created. Cheers, Jon On 26/12/2022 22:26, Federico Bruni wrote: Hi Jon Thanks, it's exactly what I need! Now I have another question. Can you search poppler-qt5.pc file (homebrew installation)? Il giorno lun 26 dic 2022 alle 22:10:40 +, Jonathan Armitage ha scritto: Hi Federico, It would seem to be: $ find /usr/local/opt/qt@5/ -name qmake /usr/local/opt/qt@5//bin/qmake "brew info qt@5" warns you (or at least me) that it is not symlinked into /usr/local/bin, so you may need to set the PATH explicitly. Apologies if I have not understood your question correctly. HTH, Jon On 26/12/2022 15:52, Federico Bruni wrote: Hi all I'm working on a Github action to build wheels of python-poppler-qt5 (Frescobaldi dependency) on all platforms (Linux, Mac and Windows). On Mac I've installed qt@5 via Homebrew and I need to know in which directory qmake is installed. For example, in Linux it's normally installed in /usr/lib64/qt5/bin, but I think homebrew's formula installs it in a different directory. I don't see the list of installed files here: https://formulae.brew.sh/formula/qt@5#default Thanks in advance for your help Federico