Re: Bend

2024-04-21 Thread gehentogo
Hey Paul, \lheel is what I had in mind, except it looks more like a "U," while I am used to seeing something a bit flatter. I'm surprised there isn't something for this as it's not so uncommon in jazz. But, I might have found something that kind of works: instead of ^\lheel (^ ensures it is

Re: Bend

2024-04-21 Thread gehentogo
After searching unicode, I think I may have found a character that works even better. ^"‿", or ^\markup { ‿ }. On Sun, Apr 21, 2024 at 8:41 AM wrote: > > Hey Paul, > > \lheel is what I had in mind, except it looks more like a "U," while I > am used to seeing something a bit flatter. I'm

Re: Bend

2024-04-21 Thread Lukas-Fabian Moser
Hi Brian, if you know \bendBefore, you're probably referring to the semi-finished improved bendAfter/bendBefore pair that I reposted recently. This supports an arbitrary contour for the bend line by giving a list of tone relations. See the examples that come with it. I'll not be at my computer

Re: Special notation question

2024-04-21 Thread William Rehwinkel via LilyPond user discussion
Dear Xavier, I think this is called "void notation". I write it in the following way (including an example of how to write whole notes), but it is very time-consuming, and perhaps someone else has an easier way to automatically write music like this. Thanks, -William % \version

Re: Special notation question

2024-04-21 Thread Thomas Morley
Am So., 21. Apr. 2024 um 17:43 Uhr schrieb Xavier Mayeur : > Hello, > > In a \time 3/2 score, how can I write the following snippet in Lilypond? > > > > I wonder how to create the 'g' note with that special appearance and with > the right duration... > > -- > Cordialement, > > Xavier MAYEUR >

Re: LilyPond 2.25.15

2024-04-21 Thread Ya Gloops
Great !!!Thanks for fixing the guile 3 bug on Windows... GillesLe samedi 20 avril 2024 à 18:18:24 UTC+2, Jonas Hahnfeld via LilyPond user discussion a écrit : We are happy to announce the release of LilyPond 2.25.15. This is termed a development release, but these are usually reliable

Special notation question

2024-04-21 Thread Xavier Mayeur
Hello, In a \time 3/2 score, how can I write the following snippet in Lilypond? I wonder how to create the 'g' note with that special appearance and with the right duration... -- Cordialement, Xavier MAYEUR Bruxelles

Re: Bend

2024-04-21 Thread Thomas Richter
I guess what you are looking for is the brassBend glyph (U+E5E3) in Am 20.04.2024 um 22:39 schrieb gehent...@gmail.com: Hello friends, I thought this was recently covered, but I haven't been able to find what I need. I'm looking for an articulation to add that will indicate a note is

Re: PianoPedalBracket.to-barline doesn't always work as expected

2024-04-21 Thread Kieren MacMillan
Hi Werner, >> Might I suggest that “to-barline” is potentially >> misleading/confusing…? > I suggest you file an issue. https://gitlab.com/lilypond/lilypond/-/issues/6709 Cheers, Kieren. __ My work day may look different than your work day. Please do

Re: Bend

2024-04-21 Thread Thomas Richter
I guess what you are looking for is the brassBend glyph defined in SMuFL compliant fonts like Bravura or Ekmelos with codepoint U+E5E3.  And it is one of the few musical symbols which is also defined in Unicode with codepoint U+1D189.

Re: (No subject)

2024-04-21 Thread Gian Paolo Renello
I read as you suggested but didn't find the way. Here is hte piece of score code: \score{    \new StaffGroup <<        \new Staff \with {            midiInstrument = "choir aahs"            instrumentName = "Soprani"        } { \soprano }        \addlyrics {\sopranoVerse_sup}        \addlyrics {

Re: (No subject)

2024-04-21 Thread Hans Aikema
Fixing up my reply... spotted that I had a difference between the name I gave to the staff and the reference to it in the alignAboveContext. Both have now been synchronised to "sopranoStaff" belowOn 21 Apr 2024, at 18:46, Hans Aikema wrote:On 21 Apr 2024, at 17:58, Gian Paolo Renello wrote:I

Re: (No subject)

2024-04-21 Thread Xavier Scheuer
On Sun, 21 Apr 2024 at 20:44, Gian Paolo Renello wrote: > > Your right, thanks. I noticed it and changed as well in my code, but the problem won't solve (see previous mail about the context) Hello, The Lyrics should come after the \new Voice = "sopranoVoice". If you get an error please send a

Re: (No subject)

2024-04-21 Thread Hans Aikema
> On 21 Apr 2024, at 17:58, Gian Paolo Renello wrote: > > I read as you suggested but didn't find the way. Here is hte piece of score > code: > > \score{ > \new StaffGroup << > \new Staff \with { > midiInstrument = "choir aahs" > instrumentName =

Re: (No subject)

2024-04-21 Thread Gian Paolo Renello
this part of code: \new Staff = "sopranoStaff" \with {            midiInstrument = "choir aahs"            instrumentName = "Soprani"        } { \new Voice = "sopranoVoice" { \soprano } } works well, but the second part:  \new Lyrics \with { alignAboveContext = "sopStaff" } { \lyricsto

Re: (No subject)

2024-04-21 Thread Gian Paolo Renello
Your right, thanks.  I noticed it and changed as well in my code, but the problem won't solve (see previous mail about the context) GP21.04.2024, 19:12, "Hans Aikema" :Fixing up my reply... spotted that I had a difference between the name I gave to the staff and the reference to it in the

Re: (No subject)

2024-04-21 Thread David Wright
On Sun 21 Apr 2024 at 18:45:35 (+0200), Hans Aikema wrote: > > On 21 Apr 2024, at 17:58, Gian Paolo Renello wrote: > > > > I read as you suggested but didn't find the way. Here is hte piece of score > > code: > > > > \score{ > > \new StaffGroup << > > \new Staff \with { > >