Re: hairpin over bar line and over end of line

2024-06-11 Thread Werner LEMBERG
> >> It's in the "expressive marks" snippets, though I admit I > >> couldn't have found it myself without searching the docs source > >> code. > > > > Could you suggest index entries that I can add to the NR? > > Thank you for following up on this. Paul, the question is addressed to you, too :-

Re: hairpin over bar line and over end of line

2024-06-11 Thread waterhorsemusic
Thank you for following up on this.PaulSent from my Galaxy Original message From: Werner LEMBERG Date: 6/11/24 8:51 PM (GMT-07:00) To: j...@abou-samra.fr Cc: waterhorsemu...@aol.com, lilypond-user@gnu.org Subject: Re: hairpin over bar line and over end of line >> How w

Re: hairpin over bar line and over end of line

2024-06-11 Thread Werner LEMBERG
>> How would I have found that in the documentation? > > It's in the "expressive marks" snippets, though I admit I couldn't > have found it myself without searching the docs source code. Could you suggest index entries that I can add to the NR? Werner

Re: hairpin over bar line and over end of line

2024-06-11 Thread Jean Abou Samra
> How would I have found that in the documentation? It's in the "expressive marks" snippets, though I admit I couldn't have found it myself without searching the docs source code. https://lilypond.org/doc/v2.24/Documentation/snippets/expressive-marks.html#expressive-marks-controlling-spanner-vis

Re: hairpin over bar line and over end of line

2024-06-11 Thread Paul Scott
On 6/11/24 11:50 AM, Jean Abou Samra wrote: \override Hairpin.after-line-breaking = ##f Thank you, Jean How would I have found that in the documentation? Paul

Re: hairpin over bar line and over end of line

2024-06-11 Thread Jean Abou Samra
> Probably a simple answer but how do I get a crescendo in this example to > continue to the next line? \override Hairpin.after-line-breaking = ##f signature.asc Description: This is a digitally signed message part

hairpin over bar line and over end of line

2024-06-11 Thread Paul Scott
Probably a simple answer but how do I get a crescendo in this example to continue to the next line? \version "2.25.16" \fixed c' {   \override Hairpin.to-barline = ##f   a2\< b g4\! r4 r2 %This is what I  want any cresc., etc. to do   a2\< b \break   g4\! r4 r2 } TIA, Paul