Re: tempo indication without parentheses

2022-12-17 Thread Paul Scott
Thank you.  I'm sure I could make definition in my shortcuts file but as I mentioned in the other part of this thread the extra set of curly brackets works fine. Thank you all for your work on this, Paul On 12/17/22 6:23 PM, Valentin Petzel wrote: Hello Paul, formatting of the Metronome

Re: indicating rhythmic equivalence

2022-12-17 Thread Paul Scott
FWIW (probably not much), I'm quite happy with the simple solution of the extra curly brackets. Paul On 12/17/22 5:30 PM, Jean Abou Samra wrote: Le 17/12/2022 à 21:07, David Kastrup a écrit : I'll make a pitch at it. My original rationale is open for discussion, but there was one; see

Re: tempo indication without parentheses

2022-12-17 Thread Valentin Petzel
Hello Paul, formatting of the Metronome Marks is done by a function taking the event and the context given by the context property metronomeMarkFormatter. If we look into ly/engraver-init.ly we see the default behaviour: metronomeMarkFormatter = #format-metronome-markup The scheme function

Re: Including an EPS

2022-12-17 Thread Mike Kilmer
Link was incomplete. Should be https://lsr.di.unimi.it/form.php?type=snippet;id=1153;rld=m_snippet Really cool snippet, my friend. Using it. In terms of the incorrect generator output in my code, I had tried both qrcode and

Re: indicating rhythmic equivalence

2022-12-17 Thread Jean Abou Samra
Le 17/12/2022 à 21:07, David Kastrup a écrit : I'll make a pitch at it. My original rationale is open for discussion, but there was one; see https://gitlab.com/lilypond/lilypond/-/merge_requests/1761#note_1213670108 OpenPGP_signature Description: OpenPGP digital signature

Re: Including an EPS

2022-12-17 Thread Jean Abou Samra
Le 17/12/2022 à 21:30, Mike Kilmer a écrit : Thanks, Jean. With upgrade, compilation still failed, but it was in fact the eps file and/or its format that compiler was choking on. Here you can see the (truncated) diff btwn the (first) one that DID work (from my vector editor) and the one that

Re: tempo indication without parentheses

2022-12-17 Thread Paul Scott
Thank you, Here's what I have in one of my files of shortcuts: #(define-markup-command (MM layout props dura beats) (ly:duration? string?)   (interpret-markup layout props    (markup     #:tiny #:raise 0.4 (#:note dura up)     #:tiny "="     #:tiny beats   ))) Paul

Re: tempo indication without parentheses

2022-12-17 Thread William Rehwinkel
Dear Paul, I wasn't able to find any vanilla lilypond options to do that for you. Of course I assume that you were talking about a situation in which you have text followed by the quarter=number tempo, because just `\tempo 4 = 120` does display without parenthesis. The best I could find was

Re: Including an EPS

2022-12-17 Thread Mike Kilmer
Thanks, Jean. With upgrade, compilation still failed, but it was in fact the eps file and/or its format that compiler was choking on. Here you can see the (truncated) diff btwn the (first) one that DID work (from my vector editor) and the one that pyqrcode generated: diff --git

Re: indicating rhythmic equivalence

2022-12-17 Thread David Kastrup
David Kastrup writes: > Jean Abou Samra writes: > >> Le 17/12/2022 à 18:53, Paul Scott a écrit : >>> A typical indication of rhythmic equivalence is to mark dotted >>> quarter = quarter or it's many variations. >>> >>> The following is a simple modification of an example in 2.24.0 NR >>> 1.3.3:

Re: Setting lytics to alternative endings

2022-12-17 Thread Jogchum Reitsma
Op 16-12-2022 om 13:25 schreef Jean Abou Samra: Le 16/12/2022 à 10:47, Jogchum Reitsma a écrit : Hi Jean, While this work in placing the words correctly, it is, in my case, not quite flawless. If I render the attached snippet, there is no "2"-bracket above the second alternative. But if

Re: indicating rhythmic equivalence

2022-12-17 Thread David Kastrup
Jean Abou Samra writes: > Le 17/12/2022 à 18:53, Paul Scott a écrit : >> A typical indication of rhythmic equivalence is to mark dotted >> quarter = quarter or it's many variations. >> >> The following is a simple modification of an example in 2.24.0 NR >> 1.3.3: Metronome marks.  I would think

tempo indication without parentheses

2022-12-17 Thread Paul Scott
Tempo indications in some published music doesn't use parentheses, i.e. quarter = 120 rather than (quarter = 120).  I have my own code to do this but would like to know if I can get Lilypond to omit the parentheses in: \version "2.24.0"  \tempo 4 = 120 TIA, Paul

Re: indicating rhythmic equivalence

2022-12-17 Thread Paul Scott
Thank you, Paul On 12/17/22 10:57 AM, Jean Abou Samra wrote: Le 17/12/2022 à 18:53, Paul Scott a écrit : A typical indication of rhythmic equivalence is to mark dotted quarter = quarter or it's many variations. The following is a simple modification of an example in 2.24.0 NR 1.3.3:

Re: indicating rhythmic equivalence

2022-12-17 Thread Jean Abou Samra
Le 17/12/2022 à 18:53, Paul Scott a écrit : A typical indication of rhythmic equivalence is to mark dotted quarter = quarter or it's many variations. The following is a simple modification of an example in 2.24.0 NR 1.3.3: Metronome marks.  I would think the part I added would give me the

indicating rhythmic equivalence

2022-12-17 Thread Paul Scott
A typical indication of rhythmic equivalence is to mark dotted quarter = quarter or it's many variations. The following is a simple modification of an example in 2.24.0 NR 1.3.3: Metronome marks.  I would think the part I added would give me the notation: quarter = dotted quarter. Any

Re: Including an EPS

2022-12-17 Thread Jean Abou Samra
Le 17/12/2022 à 17:41, Mike Kilmer a écrit : Hi. I'm using GNU LilyPond 2.22.2 (running Guile 2.2) The first thing I would check is whether this reproduces with LilyPond 2.24, which has been released this week. LilyPond 2.22 does not officially support Guile 2.2. Otherwise, reading the

Including an EPS

2022-12-17 Thread Mike Kilmer
Hi. I'm using GNU LilyPond 2.22.2 (running Guile 2.2) And trying to add an eps file as per docs: https://lilypond.org/doc/v2.12/Documentation/user/lilypond/Graphic#index-inlining-an-Encapsulated-PostScript-image

Re: Problem let Frescobaldi recognize convert-ly in Lilypond 2.24.0 on macOS

2022-12-17 Thread Jun Tamura
I’ve opened the issue #1492. This is my first time to open an issue on GitHub. I’m not so sure I’ve done it correctly. Best regards, Jun > 2022/12/17 22:31、Jean Abou Samra のメール: > > > >> Le 17 déc. 2022 à 14:28, TamuraJun a écrit : >> >> I think it would be nice to document this somewhere

arranger:ly: update for Lilypond 2.24.0 and Guile 2.2

2022-12-17 Thread Gilles Thibault
Hello everyone. All is in the title. Good download. -> Github: https://github.com/gilles-th/arranger.ly -> Direct access: http://gillesth.free.fr/Lilypond/arranger-GIT-copy/arranger.ly.zip -> In command line with wget (the main files of arranger.ly in an arranger.ly directory in

Re: Problem let Frescobaldi recognize convert-ly in Lilypond 2.24.0 on macOS

2022-12-17 Thread Jean Abou Samra
> Le 17 déc. 2022 à 14:28, TamuraJun a écrit : > > I think it would be nice to document this somewhere since Frescobaldi is now > mentioned (and perhaps strongly recommended) in the Learning Manual. I actually think it should be fixed in Frescobaldi. Can you open an issue on its bug

Re: Problem let Frescobaldi recognize convert-ly in Lilypond 2.24.0 on macOS

2022-12-17 Thread TamuraJun
Thank you! That worked! I did not realize that > “Force use of the tools’ #1 lines” option needs to be checked on I found that /opt/local/bin/convert-ly (part of 2.22.2) is a python script that starts with: #!/opt/local/bin/python3.10 while ~/lilypond-2.24.0/bin/convert-ly is a shell script

Re: Problem let Frescobaldi recognize convert-ly in Lilypond 2.24.0 on macOS

2022-12-17 Thread Hans Aikema
> On 17 Dec 2022, at 12:16, TamuraJun wrote: > > Hello list, > > I’ve been running Lilypond 2.22.2 and Frescobaldi 3.2, both installed with > MacPorts, on macOS Monterey 12.6.2. I’ve just download “official” > lilypond-2.24.0-darwin-x86_64.tar.gz, unzip/untar it in my home directory, > and

Problem let Frescobaldi recognize convert-ly in Lilypond 2.24.0 on macOS

2022-12-17 Thread TamuraJun
Hello list, I’ve been running Lilypond 2.22.2 and Frescobaldi 3.2, both installed with MacPorts, on macOS Monterey 12.6.2. I’ve just download “official” lilypond-2.24.0-darwin-x86_64.tar.gz, unzip/untar it in my home directory, and now I have: ~/lilypond-2.24.0/ Then, in Frescobaldi, I