Re: slashed afterGrace

2022-04-21 Thread Marcos Press
Probably by doing a voicing like the example in the link you send new Voice \relative { << { d''1^\trill_( } { s2 s4. \grace { c16 d } } >> c1) } But with a \slashedGrace new Voice \relative { << { d''1^\trill } { s2 s4. \slashedGrace { d8-( } } >> c1) } Hope it help

slashed afterGrace

2022-04-21 Thread Stephan Schöll
Hi I would like to obtain kind of a mix of \relative c' { \afterGrace 1 d8 1 } and \relative c' { 1 \slashedGrace d8 1 } How do I get a slashed grace note *before* the beat / bar line in a handy way? The source I have consulted up to now: https://lilypond.org/doc/v2.22/Documentation/notation

Re: Problem with Repeats and Alternatives

2022-04-21 Thread John Helly
Aloha. It was a version mismatch.  Thank you for your help. J. On 4/20/22 16:45, Ralph Palmer wrote: On Wed, Apr 20, 2022 at 7:22 PM John Helly wrote: Aloha. I've not used LP for a while but in coming back to it I've been struggling with repeats and find that this 'preferred syn

Re: Problem with Repeats and Alternatives

2022-04-21 Thread John Helly
Mahalo. It was version mismatch.  Thanks for your response. J. On 4/20/22 16:54, Carl Sorensen wrote: On Wed, Apr 20, 2022 at 8:21 PM John Helly wrote: Aloha. I've not used LP for a while but in coming back to it I've been struggling with repeats and find that this 'preferred

Re: Problem with Repeats and Alternatives

2022-04-21 Thread John Helly
Good point.  I am duly reprimanded. J. On 4/21/22 01:01, David Kastrup wrote: John Helly writes: Aloha. I've not used LP for a while but in coming back to it I've been struggling with repeats and find that this 'preferred syntax' does not seem to work in that it produces: Starting lilypond

Re: Snippet

2022-04-21 Thread Jean Abou Samra
Le 21/04/2022 à 19:50, Martín Rincón Botero a écrit : Would it be possible to update it to work on Lilypond 2.22.1? The code contains spurious Unicode "zero-width space" characters, one among the newlines between the end of append-merge and "mergeSkips =", and another between the end of \merge

Snippet

2022-04-21 Thread Martín Rincón Botero
Hello, I have this snippet that combines subsequent multimeasure rests into a multiplied one that Lilypond can compress, that I grabbed from somewhere a while ago. It used to work without errors, if I remember well, in Lilypond 2.20. In 2.22.1 it still "works" but throws an error for the first

Re: Problem with Repeats and Alternatives

2022-04-21 Thread Wols Lists
On 21/04/2022 12:01, David Kastrup wrote: John Helly writes: Aloha. I've not used LP for a while but in coming back to it I've been struggling with repeats and find that this 'preferred syntax' does not seem to work in that it produces: Starting lilypond 2.20.0 [test2.ly]... Try matching t

Re: Problem with Repeats and Alternatives

2022-04-21 Thread David Kastrup
John Helly writes: > Aloha. > > I've not used LP for a while but in coming back to it I've been > struggling with repeats and find that this 'preferred syntax' does not > seem to work in that it produces: > > Starting lilypond 2.20.0 [test2.ly]... Try matching the version of the documentation yo

Re: Incipit alignment

2022-04-21 Thread Martin Baker
Thanks, that’s really helpful. I had a felling it was to do with use of { } and << >> but I can never work out the logic. M. > Okay, here you go. Had to adjust the score to accommodate lyrics.