Using \after 8 \turn with beamed notes when stem is up produces a turn under the beam

2023-06-24 Thread Knute Snortum
Hi, community. I was using \after 8 \turn to produce a delayed turn with beamed eighth-notes in voice one and the turn renders under the beam. Here is an MWE: \version "2.25.6" \relative e'' { \voiceOne e4 \after 8 \turn e8. f16 e2 } This doesn't seem correct, but I may have missed something.

Re: LilyPond 2.25.6

2023-06-24 Thread Saul Tobin
Hooray! I can finally compile my whole symphony draft on Windows! Thanks devs for all the work that went into this. On Sat, Jun 24, 2023 at 6:42 AM Jonas Hahnfeld via LilyPond user discussion wrote: > We are happy to announce the release of LilyPond 2.25.6. This is termed > a development

Re: consistent height for \rightHandFinger marks

2023-06-24 Thread John Asmuth
So that the arrows appear above the chords and not to the side. On Sat, Jun 24, 2023 at 3:34 PM Jean Abou Samra wrote: > Le samedi 24 juin 2023 à 15:26 -0400, John Asmuth a écrit : > > Thanks for the reply. Here's a stand-alone file that demonstrates what I > see. > > I'd like each arrow to be

Re: consistent height for \rightHandFinger marks

2023-06-24 Thread John Asmuth
Thanks so much! On Sat, Jun 24, 2023 at 3:31 PM Kieren MacMillan < kie...@kierenmacmillan.info> wrote: > Hi John, > > RHu = \tweak staff-padding 3.5 \rightHandFinger \strokeUp > RHd = \tweak staff-padding 3.5 \rightHandFinger \strokeDown > > Hope that helps! > Kieren. >

Re: consistent height for \rightHandFinger marks

2023-06-24 Thread Jean Abou Samra
Le samedi 24 juin 2023 à 15:26 -0400, John Asmuth a écrit : > Thanks for the reply. Here's a stand-alone file that demonstrates what I see. > > I'd like each arrow to be at the same vertical position. Why do you have this line? \set strokeFingerOrientations = #'(up) signature.asc

Re: consistent height for \rightHandFinger marks

2023-06-24 Thread Kieren MacMillan
Hi John, RHu = \tweak staff-padding 3.5 \rightHandFinger \strokeUp RHd = \tweak staff-padding 3.5 \rightHandFinger \strokeDown Hope that helps! Kieren. __ My work day may look different than your work day. Please do not feel obligated to read or

Re: consistent height for \rightHandFinger marks

2023-06-24 Thread John Asmuth
Thanks for the reply. Here's a stand-alone file that demonstrates what I see. I'd like each arrow to be at the same vertical position. On Sat, Jun 24, 2023 at 2:24 PM Kieren MacMillan < kie...@kierenmacmillan.info> wrote: > Hi John, > > 1. Providing complete code that compiles will encourage

Re: consistent height for \rightHandFinger marks

2023-06-24 Thread Kieren MacMillan
Hi John, 1. Providing complete code that compiles will encourage more and better responses from other list users. 2. When I use this code: \version "2.25.2" strokeUp = \markup\combine\override #'(thickness . 1.3) \draw-line #'(0 . 2)\raise #2 \arrow-head #Y #UP ##f strokeDown =

consistent height for \rightHandFinger marks

2023-06-24 Thread John Asmuth
Hi lilypond For guitar scores, I'm applying right hand finger marks using a snippet I found online, quoted at the end of this message. When I apply it to a note in a chord, eg > 8 It places a nice little arrow above. Perfect. However, if I have several hits of the chord in a row, the notes in

LilyPond 2.25.6

2023-06-24 Thread Jonas Hahnfeld via LilyPond user discussion
We are happy to announce the release of LilyPond 2.25.6. This is termed a development release, but these are usually reliable for testing new features and recent bug fixes. However, if you require stability, we recommend using version 2.24.1, the current stable release. Please refer to the

Re: clef bass_16

2023-06-24 Thread Lib Lists
On Fri, 23 Jun 2023 at 12:24, Valentin Petzel wrote: > > To be more general the clef modifier specifies a shift in steps where we start > with 1 as unison. So as an octave is 7 steps n octaves will have a shift of > 7*n, but we will add a 1 as we start with 1 = unison, which gives 0+1 = 1, 7+1 >