Re: Critical-edition-style footnotes

2019-11-17 Thread Pierre Perol-Schneider
Hi Rémy, Your code does not compile. How about: \version "2.19.83" #(define-markup-list-command (clip layout props str) (string?) (map (lambda (str) (interpret-markup layout props (markup #:general-align Y CENTER #:override (cons (quote thickness) 2.5)

Re: \epsfile

2019-11-17 Thread Martin Tarenskeen
On Sun, 17 Nov 2019, m.tarenskeen wrote: The "knowledge" is retrieved from ly/words.ly from the python-ly package. I meant ly/words.py

RE: LilyPond 64-bit version for a Mac

2019-11-17 Thread Gail Rein
Steven, could you please share the steps you did to set up running LilyPond in a Docker container on your Mac? I really want to try this as I a solution for using LilyPond on macOS Catalina 10.51.1. I don't have any experience using or setting up Docker containers. Thanks, Gail -- Sent from:

Re: Critical-edition-style footnotes

2019-11-17 Thread Ben
On 11/16/2019 2:57 PM, Stacy Fatemi wrote: Hey all, I’ve been wanting to add footnotes to a score that include miniature-sized scores like in this critical edition of Pictures at an Exhibition. I know \score can be contained within \markup and I know EPS files can be embedded, but what’s the

Re: \epsfile

2019-11-17 Thread m.tarenskeen
Urs Liska-3 wrote > ... which is of course possible but somehow surprising. AFAIK > Frescobaldi's "knowledge" about LilyPond's syntax is retrieved > automatically, although I don't recall whether that involves parsing the > documentation or running LilyPond itself. The "knowledge" is retrieved

Re: Mac OS 10.15 Catalina

2019-11-17 Thread Hans Åberg
You are welcome! > On 17 Nov 2019, at 03:50, Tim McNamara wrote: > > Thank you, Hans, for making this work! > >> On Nov 16, 2019, at 11:21 AM, Hans Åberg wrote: >> >> Great! The other LilyPond programs are also in /opt/lilypond/bin/ would you >> need them. >> >> >>> On 16 Nov 2019, at

Re: Flared hairpin flare

2019-11-17 Thread Andrew Bernard
Hi Aaron, What if I want to change this for each different length? Really long ones and medium long ones, for example. Ideally I'd just like to be able to specify a percentage or absolute offset where the flare starts, for each different hairpin. That would be the simplest. Something like:

Re: Mac OS 10.15 Catalina (fonts)

2019-11-17 Thread Tim McNamara
The default Catalina shell is zsh. You can use bash but you may have to set it to that.

Re: Mac OS 10.15 Catalina (fonts)

2019-11-17 Thread Aaron Hill
On 2019-11-17 8:50 pm, Tim McNamara wrote: The default Catalina shell is zsh. You can use bash but you may have to set it to that. Scripts should generally begin with an appropriate "shebang" to avoid confusion: #!/usr/bin/env bash I, for instance, run fish in my WSL environment, but

Re: Set a temporary tempo change

2019-11-17 Thread David Kastrup
Paolo Prete writes: > Hello, > is it possible to revert a tempo change to the previous tempo setting, > without explicitly writing this previous one?  > Something like (pseudo-code): > \tempo 4 = 120  { ...some music } \temporaryTempo 4 = 160 { > ... some other music } \unset

Re: Mac OS 10.15 Catalina (fonts)

2019-11-17 Thread Flaming Hakama by Elaine
> > -- Forwarded message -- > From: eBooks > To: Allan Kinnaird > Cc: lilypond-user@gnu.org > Bcc: > Date: Fri, 15 Nov 2019 15:06:21 -0700 > Subject: Re: Mac OS 10.15 Catalina > > > > On Nov 15, 2019, at 2:35 PM, Allan Kinnaird > wrote: > > > > So here I am (as I see it) : > >

Re: Flared hairpin flare

2019-11-17 Thread Aaron Hill
On 2019-11-17 6:40 pm, Andrew Bernard wrote: Hi Aaron, What if I want to change this for each different length? Really long ones and medium long ones, for example. Ideally I'd just like to be able to specify a percentage or absolute offset where the flare starts, for each different hairpin.

Re: Flared hairpin flare

2019-11-17 Thread Andrew Bernard
Aaron. Thanks so much. I'll look into this. It will certainly be very helpful to me. But I realized it's simple enough to just say: % { \override Hairpin.stencil = #(elbowed-hairpin '((0 . 2) (0.01 . 0.6) (1 . 0)) #t) c''4^\> \repeat unfold 18 { c'' } c''\! } % I have a question

Re: Set a temporary tempo change

2019-11-17 Thread Aaron Hill
On 2019-11-17 3:10 pm, Aaron Hill wrote: On 2019-11-17 12:38 pm, Paolo Prete wrote: Hello, is it possible to revert a tempo change to the previous tempo setting, without explicitly writing this previous one?  Something like (pseudo-code): \tempo 4 = 120  { ...some music } \temporaryTempo 4

Re: Flared hairpin flare

2019-11-17 Thread Aaron Hill
On 2019-11-17 6:20 pm, Andrew Bernard wrote: How can I obtain a sharper flare, closer to the left had end of the hairpin, with longish hairpins, as below? I have code to do very elaborate segmented hairpins with precisely specified flares and so on, but I am hoping there is a simple way to

Problem on the dynamics of the midi output

2019-11-17 Thread Paolo Prete
Hello. I can't find a way to have a single sequence of dynamics that affects both upper and lower piano staves in the MIDI output.I tried the following snippet but I can't hear any variation of the dynamics in the midi file. %%% \score {<<   \new PianoStaff <<      \new

Re: Set a temporary tempo change

2019-11-17 Thread Paolo Prete
Aaron, that's great.I propose to the ML to add the function to the official release. It's very helpful when you want to make the midi output more realistic, with frequent tempo changes Il lunedì 18 novembre 2019, 00:11:29 CET, Aaron Hill ha scritto: On 2019-11-17 12:38 pm, Paolo

Flared hairpin flare

2019-11-17 Thread Andrew Bernard
How can I obtain a sharper flare, closer to the left had end of the hairpin, with longish hairpins, as below? I have code to do very elaborate segmented hairpins with precisely specified flares and so on, but I am hoping there is a simple way to achieve this sort of adjustment. Andrew %

Re: Set a temporary tempo change

2019-11-17 Thread Aaron Hill
On 2019-11-17 12:38 pm, Paolo Prete wrote: Hello, is it possible to revert a tempo change to the previous tempo setting, without explicitly writing this previous one?  Something like (pseudo-code): \tempo 4 = 120  { ...some music } \temporaryTempo 4 = 160 { ... some other music }

Re: Set a temporary tempo change

2019-11-17 Thread Aaron Hill
On 2019-11-17 3:57 pm, Aaron Hill wrote: On 2019-11-17 3:10 pm, Aaron Hill wrote: On 2019-11-17 12:38 pm, Paolo Prete wrote: Hello, is it possible to revert a tempo change to the previous tempo setting, without explicitly writing this previous one?  Something like (pseudo-code): \tempo 4 =

Set a temporary tempo change

2019-11-17 Thread Paolo Prete
Hello, is it possible to revert a tempo change to the previous tempo setting, without explicitly writing this previous one?  Something like (pseudo-code): \tempo 4 = 120  { ...some music } \temporaryTempo 4 = 160 { ... some other music } \unset \temporaryTempo This would be useful for