Re: Mac users: verify fix

2015-07-27 Thread Jonathan Armitage
OK with OS X 10.10.4 and LP 2.18.2. Jon Original Message Subject: Re: Mac users: verify fix Date: 2015-07-27 18:15 From: Jacques Menu To: flup2 Copy: lilypond-user@gnu.org Alright with OS X 10.10.4 and LP 2.19.22 JM Le 23 juil. 2015 à 16:08, flup2 a écrit : Works like e

Re: e-mail address change

2020-07-08 Thread Jonathan Armitage
Go to https://lists.gnu.org/mailman/options/lilypond-user, follow the instructions to log in, and then you can change many of your subscription options. Jon On 08/07/2020 08:01, Martin Tarenskeen wrote: Hi, How do I change my e-mail address for my subscription to the lilypond mailing list(

Re: Position of fingering

2020-07-26 Thread Jonathan Armitage
On 26/07/2020 12:49, Helge Kruse wrote: Hi, I want to put the fingering information below the notes. Corresponding to http://lilypond.org/doc/v2.18/Documentation/notation/inside-the-staff#fingering-instructions and http://lilypond.org/doc/v2.20/Documentation/notation/inside-the-staff#fingering

Warning: avoid-slur not set

2021-07-03 Thread Jonathan Armitage
Hi everyone, When I compile the following: \version "2.20.0" \language "english"  #(define RH rightHandFinger) music = {     \set fingeringOrientations = #'(left)     \set strokeFingerOrientations = #'(up)     \key d \major \stemDown     ( ) fs } \score {     \new Staff \relative c' {

Re: Warning: avoid-slur not set

2021-07-03 Thread Jonathan Armitage
Thank you, that was just what I wanted. Jon On 03/07/2021 22:36, Aaron Hill wrote: On 2021-07-03 1:54 pm, Jonathan Armitage wrote: I can see that the slur clashes with the i, but in spite of much googling, I cannot for the life of me figure out how to set avoid-slur. Please could you advise

Re: Please test new lilypond installers

2019-01-30 Thread Jonathan Armitage
Since no-one else seems to have tried this particular combination: It works fine (on fairly simple files) on Mac Mini (Late 2014) 2.6GHz i5, OS X Mojave 10.14.2. Jon On 29/01/2019 21:52, Michael Käppler wrote: Am 29.01.2019 um 10:19 schrieb Knut Petersen: lilypond-2.21.0-1.linux-64.sh

Re: 64 bit

2019-11-11 Thread Jonathan Armitage
On 11/11/2019 15:32, Eric wrote: On the assumption that it would have been pointed out if this link was dangerous phished spam (apologies, Mr Sorensen!!) I have decided to install this development version to replace my slashed-out 32-bit Lilyponds. Has anyone else - or are others who use Mac Ca

Re: Mac OS 10.15 Catalina

2019-11-13 Thread Jonathan Armitage
On 13/11/2019 10:14, Jeremiah Reilly wrote: What is the status of running Lilypond under Mac os 10.15 Catalina? Thanks. (Apologies if the answer is clearly posted on the website or Lilypond blog. I searched 20+ minutes without success. I cannot upgrade to Catalina until I know whether Lilypo

Re: question for MacOS users: qmake path in Homebrew installations

2022-12-26 Thread Jonathan Armitage
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 corr

Re: question for MacOS users: qmake path in Homebrew installations

2022-12-26 Thread Jonathan Armitage
hat 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 +0000, 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