Re: moving rests relative cues

2021-12-13 Thread Paul Scott
Thanks to Jean's correction about quotedCueEventTypes here is a MWE that shows why there is still a collision. \version "2.23.5" aa = \relative{ f'4->( 4 d4 4) f4->( 4 d4 4->) } \addQuote qaa \aa bb = \relative{   \set Score.quotedCueEventTypes = #'(note-event rest-event tie-event       

Re: moving rests relative cues

2021-12-13 Thread Paul Scott
On 12/13/21 16:37, Jean Abou Samra wrote: Le 14/12/2021 à 00:19, Paul Scott a écrit : On 12/13/21 16:03, Jean Abou Samra wrote: Le 13/12/2021 à 23:34, Paul Scott a écrit : I'm trying to move rests associated with cues.  The first measure shows the problem.  The second measure shows the

Re: moving rests relative cues

2021-12-13 Thread Jean Abou Samra
Le 14/12/2021 à 00:19, Paul Scott a écrit : On 12/13/21 16:03, Jean Abou Samra wrote: Le 13/12/2021 à 23:34, Paul Scott a écrit : I'm trying to move rests associated with cues.  The first measure shows the problem.  The second measure shows the attempted solution. Changing #down to #up

Re: moving rests relative cues

2021-12-13 Thread Paul Scott
On 12/13/21 16:03, Jean Abou Samra wrote: Le 13/12/2021 à 23:34, Paul Scott a écrit : I'm trying to move rests associated with cues.  The first measure shows the problem.  The second measure shows the attempted solution. Changing #down to #up is not reasonable in my real complex score.

Re: moving rests relative cues

2021-12-13 Thread Paul Scott
On 12/13/21 15:57, Kieren MacMillan wrote: Hi Paul, I'm trying to move rests associated with cues. The first measure shows the problem. The second measure shows the attempted solution. Changing #down to #up is not reasonable in my real complex score. TIA for any7 help, Does this solution

[j...@abou-samra.fr: Re: PNG/EPS output doesn't work anymore in 2.23.6?]

2021-12-13 Thread H. S. Teoh
On Mon, Dec 13, 2021 at 11:48:41PM +0100, Jean Abou Samra wrote: [...] > I don't understand what's going on at all. It all > happens as if you were calling lilypond with wrong > quoting as > > lilypond -dbackend="eps myfile.ly" Haha, in fact, you hit the nail right on the head (without realizing

Re: moving rests relative cues

2021-12-13 Thread Jean Abou Samra
Le 13/12/2021 à 23:34, Paul Scott a écrit : I'm trying to move rests associated with cues.  The first measure shows the problem.  The second measure shows the attempted solution. Changing #down to #up is not reasonable in my real complex score. TIA for any7 help, Paul \version "2.23.5"

Re: moving rests relative cues

2021-12-13 Thread Kieren MacMillan
Hi Paul, > I'm trying to move rests associated with cues. The first measure shows the > problem. The second measure shows the attempted solution. > Changing #down to #up is not reasonable in my real complex score. > TIA for any7 help, Does this solution suit? %%% \version "2.23.5" aa =

moving rests relative cues

2021-12-13 Thread Paul Scott
I'm trying to move rests associated with cues.  The first measure shows the problem.  The second measure shows the attempted solution. Changing #down to #up is not reasonable in my real complex score. TIA for any7 help, Paul \version "2.23.5" aa = \relative{ f'4 4 4 4 4 4 4 4 } \addQuote

Re: Multiple identical articulations on one note

2021-12-13 Thread Valentin Petzel
Hello Ahanu, how about this: { _- _- _- } Cheers, Valentin Am Montag, 13. Dezember 2021, 22:29:24 CET schrieb Ahanu Banerjee: > Hello, > > What is the easiest way to put multiple identical articulations on one > note? I am trying to put a tenuto marking both above and below the same > note in

Re: PNG/EPS output doesn't work anymore in 2.23.6?

2021-12-13 Thread H. S. Teoh
Here's the output: GNU LilyPond 2.23.6 (running Guile 1.8) command line options: "((backend . eps test.ly) (gs-api . #f) )": In procedure scm_i_lreadparen in expression (dynamic-wind swaports thunk ...): : #:1:18: in pair: missing close paren I'm using the latest git master

Re: PNG/EPS output doesn't work anymore in 2.23.6?

2021-12-13 Thread Jean Abou Samra
Le 13/12/2021 à 20:54, Jean Abou Samra a écrit :   #(display (ly:command-line-code)) Silly me. It should print nothing at all since the error is occurring before LilyPond even starts parsing the file. Rather, try to change scm/lily.scm by applying the attached patch (`git apply

Multiple identical articulations on one note

2021-12-13 Thread Ahanu Banerjee
Hello, What is the easiest way to put multiple identical articulations on one note? I am trying to put a tenuto marking both above and below the same note in a passage. (Context: this is for a cello; the main bowing is above the notes, and there is an alternative bowing below the notes.)

Re: PNG/EPS output doesn't work anymore in 2.23.6?

2021-12-13 Thread Jean Abou Samra
Le 13/12/2021 à 17:58, H. S. Teoh a écrit : According to the usage manual, in order to get PNG output: lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts --png myfile.ly But lilypond 2.23.6 aborts with this: : In procedure scm_i_lreadparen in expression

PNG/EPS output doesn't work anymore in 2.23.6?

2021-12-13 Thread H. S. Teoh
According to the usage manual, in order to get PNG output: lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts --png myfile.ly But lilypond 2.23.6 aborts with this: : In procedure scm_i_lreadparen in expression (dynamic-wind swaports thunk ...): : #:1:18: in

Re: Crescendo after custom dynamic marking

2021-12-13 Thread Werner LEMBERG
> c): Add \dynamic know and later find a special name for Harm's > dynamic engine. (d) You add now `\dynamic` in a first MR. Eventually, Harm's stuff gets applied in another MR under the same name, extending your stuff.[*] IMHO there is no necessity to provide `convert-ly` rules