Re: Override start of figured bass continuation line

2021-10-15 Thread Carl Sorensen
From: Jon Arnold Date: Friday, October 15, 2021 at 7:39 PM To: Carl Sorensen Cc: Lukas-Fabian Moser , lilypond-user Subject: Re: Override start of figured bass continuation line Ah, I think I might have removed the \once command by mistake. That would explain it. Carl

Re: Override start of figured bass continuation line

2021-10-15 Thread Jon Arnold
Ah, I think I might have removed the \once command by mistake. On Fri, Oct 15, 2021 at 7:41 PM Carl Sorensen wrote: > > > > > *From: *Jon Arnold > *Date: *Friday, October 15, 2021 at 4:43 PM > *To: *Carl Sorensen > *Cc: *Lukas-Fabian Moser , lilypond-user < > lilypond-user@gnu.org> >

Re: How to add a horizontal line after every third verse?

2021-10-15 Thread Matthew Fong
Dear Valentin, I tried your solution, and it appears there is an extra stave that I cannot seem to get rid of (or understand how it is being produced). Otherwise, your code does what I want it to. Many thanks, mattfong On Fri, Oct 15, 2021 at 10:38 AM Valentin Petzel wrote: > Glad to hear

Re: Override start of figured bass continuation line

2021-10-15 Thread Carl Sorensen
From: Jon Arnold Date: Friday, October 15, 2021 at 4:43 PM To: Carl Sorensen Cc: Lukas-Fabian Moser , lilypond-user Subject: Re: Override start of figured bass continuation line Thank you both. Carl's solution seems to shorten the right side as well, so I think I will use Lukas's. I’m not

Re: Override start of figured bass continuation line

2021-10-15 Thread Jon Arnold
One last note- I had to add the Staff context to the scheme function to get it to work in my scores. On Fri, Oct 15, 2021 at 5:42 PM Jon Arnold wrote: > Thank you both. Carl's solution seems to shorten the right side as well, > so I think I will use Lukas's. > > On Fri, Oct 15, 2021 at 2:43 PM

Re: Text formatting - Spanish lyrics

2021-10-15 Thread Jefferson Felix
Oh I understood. In portuguese we just join the syllables, without tie. Em sex., 15 de out. de 2021 19:52, Kira Garvie escreveu: > Valentin, you're the absolute best! Thank you, the unicode works! (I found > a unicode to character converter online so I was able to make the other > one!) >

Re: Text formatting - Spanish lyrics

2021-10-15 Thread Kira Garvie
Valentin, you're the absolute best! Thank you, the unicode works! (I found a unicode to character converter online so I was able to make the other one!) Jefferson, it is standard practice in Spanish language music to have the syllables tied together like that - I wouldn't worry about it if it was

Re: Override start of figured bass continuation line

2021-10-15 Thread Jon Arnold
Thank you both. Carl's solution seems to shorten the right side as well, so I think I will use Lukas's. On Fri, Oct 15, 2021 at 2:43 PM Carl Sorensen wrote: > > > > > *From: *lilypond-user gmail@gnu.org> on behalf of Jon Arnold > *Date: *Friday, October 15, 2021 at 1:14 PM > *To:

Re: Text formatting - Spanish lyrics

2021-10-15 Thread Jefferson Felix
Is there any problem if using Jeho -- vá? Em sex., 15 de out. de 2021 19:14, Kira Garvie escreveu: > Hi all, > My latest project is some Spanish/English hymns. Mostly I have it figured > out, but I have a question about text. It is convention in Spanish music to > have multiple syllables on one

Re: Text formatting - Spanish lyrics

2021-10-15 Thread Valentin Petzel
Hello Kira. If your Lilypond version is recent enough you might want to to something like \markup\undertie Jeho to get a big tie underneath the whole thing. If you want a small tie, you might want to use unicode 035c like Je͜ho Cheers, Valentin signature.asc Description: This is a digitally

Text formatting - Spanish lyrics

2021-10-15 Thread Kira Garvie
Hi all, My latest project is some Spanish/English hymns. Mostly I have it figured out, but I have a question about text. It is convention in Spanish music to have multiple syllables on one note slurred together with that little mark under and between the syllables, achieved with the *example~more

Re: Complex Tempo Marking

2021-10-15 Thread Valentin Petzel
Hello Zon, I do not completely understand what marking you wish to achieve, but usually you can do such more complex marking by simply using score within your markup, remove anything but the notes and scale them to whatever you want. See this example (but I don’t know if this is what you

Re: Override start of figured bass continuation line

2021-10-15 Thread Carl Sorensen
From: lilypond-user on behalf of Jon Arnold Date: Friday, October 15, 2021 at 1:14 PM To: Lukas-Fabian Moser Cc: lilypond-user Subject: Re: Override start of figured bass continuation line Here's an example: \version "2.22.1" \score { \new Staff { { << {f''8 e'' d''

Re: Complex Tempo Marking

2021-10-15 Thread Lukas-Fabian Moser
Hi, Does anyone have code I could use to indicate a tempo marking that shows two barred eighth-notes equal to a dotted eighth-note triplet? Also, as a general inquiry, what would be needed to have notation in a markup? (Would this be a major Scheme coding project!?) I've searched through the

Re: Override start of figured bass continuation line

2021-10-15 Thread Lukas-Fabian Moser
Hi Jon, Am 15.10.21 um 21:10 schrieb Jon Arnold: Here's an example: \version "2.22.1" \score {   \new Staff {     {       <<         {f''8 e'' d'' c'' b'2 |          f''8 e'' d'' c'' b'2 }         \new FiguredBass {           \figuremode {           \bassFigureExtendersOn           <[_!]>8

Complex Tempo Marking

2021-10-15 Thread Zone Dremik
Hello, Does anyone have code I could use to indicate a tempo marking that shows two barred eighth-notes equal to a dotted eighth-note triplet? Also, as a general inquiry, what would be needed to have notation in a markup? (Would this be a major Scheme coding project!?) I've searched through

Re: Override start of figured bass continuation line

2021-10-15 Thread Jon Arnold
Here's an example: \version "2.22.1" \score { \new Staff { { << {f''8 e'' d'' c'' b'2 | f''8 e'' d'' c'' b'2 } \new FiguredBass { \figuremode { \bassFigureExtendersOn <[_!]>8 <_!> <_>8 q8 s2 | <[_!]>8 <_!> s16 <_> q8

Re: Override start of figured bass continuation line

2021-10-15 Thread Lukas-Fabian Moser
Hi Jon, Am 15.10.21 um 20:29 schrieb Jon Arnold: Hi folks- I have some figured bass continuation lines like this: \set Staff.implicitBassFigures = #'(99) \bassFigureExtendersOn <99> q8 My teacher is asking me to move the start of it over to the right (but not move the end of

Override start of figured bass continuation line

2021-10-15 Thread Jon Arnold
Hi folks- I have some figured bass continuation lines like this: \set Staff.implicitBassFigures = #'(99) \bassFigureExtendersOn <99> q8 My teacher is asking me to move the start of it over to the right (but not move the end of it). How can I do this with an override? I know I can do: s16 <99>

Re: How to add a horizontal line after every third verse?

2021-10-15 Thread Valentin Petzel
Glad to hear that. If you look at the beginning of the code there are three #(define ... ...) bits. Change these values to adjust the dash to your liking (length, indent and line thickness). Cheers, Valentin 15.10.2021 14:31:57 colin baguley : > THis looks really good - thank you so much. >

Re: Suppressing engraving of string numbers on all voices simultaneously

2021-10-15 Thread Lukas-Fabian Moser
\layout { \context { \Staff \omit StringNumber } } Or, even shorter: \layout {   \omit Staff.StringNumber } I do not know if this is completely equivalent, It isn't. It omits the StringNumber for _all_ contexts that can be addressed as "Staff" from inside, including

Re: How to add a horizontal line after every third verse?

2021-10-15 Thread colin baguley
THis looks really good - thank you so much. === Colin Baguley co...@baguley.net === On Thu, 14 Oct 2021 at 23:28, Valentin Petzel wrote: > Hello Matthew, > > Just for instruction: To use my version simply include the part at the

Re: Christian Wolff score

2021-10-15 Thread ole
Thanks a lot!! > Am 14.10.2021 um 15:33 schrieb Kieren MacMillan > : > > Hi, > >> Thanks for the hints! But I'am afraid that goes way to far over my lilypond >> abilities. >> So I'am hoping someone have a more ready-to-use solution..? > > Here’s a solution using a Rest.stencil override: > >

Re: Suppressing engraving of string numbers on all voices simultaneously

2021-10-15 Thread David Kastrup
Lukas-Fabian Moser writes: >> Of course you can >> also do so in the whole score by specifying >> >> \layout { >>\context { >> \Staff >> \omit StringNumber >>} >> } > > Or, even shorter: > > \layout { >   \omit Staff.StringNumber > } > > I do not know if this is completely

Re: Suppressing engraving of string numbers on all voices simultaneously

2021-10-15 Thread Lukas-Fabian Moser
Of course you can also do so in the whole score by specifying \layout { \context { \Staff \omit StringNumber } } Or, even shorter: \layout {   \omit Staff.StringNumber } I do not know if this is completely equivalent, but lately I find myself writing \layout { \context {