Re: lyrics on rhythmicstaff?

2023-03-07 Thread Nate
Thank you. Quoting it plus >> worked, though I still had to use the {} around << >> to get it to work with lualatex. On Tue, Mar 7, 2023, 12:08 PM Jean Abou Samra wrote: > Le mardi 07 mars 2023 à 11:55 -0500, Nate a écrit : > > I'm trying to set 'lyrics' (chords which do not match lilypond's >

Re: Not sure how to construct an example--need to mark repeat signs underneath, without wrapping to next line

2023-03-07 Thread Matthew Probst
Oh, I was operating on old/incorrect info on how to do this. That works perfectly, thanks! On Tue, Mar 7, 2023 at 10:45 AM Jean Abou Samra wrote: > Le mardi 07 mars 2023 à 10:29 -0600, Matthew Probst a écrit : > > I'm not quite sure how to construct an example--I'm working on my scoring > for r

Re: lyrics on rhythmicstaff?

2023-03-07 Thread Jean Abou Samra
Le mardi 07 mars 2023 à 11:55 -0500, Nate a écrit : > I'm trying to set 'lyrics' (chords which do not match lilypond's > interpretation of the notes) to notes on a RhythmicStaff, but I'm not seeing > the lyrics. > I thought maybe it was the rhythmicstaff that didn't like lyrics, but perhaps > t

lyrics on rhythmicstaff?

2023-03-07 Thread Nate
I'm trying to set 'lyrics' (chords which do not match lilypond's interpretation of the notes) to notes on a RhythmicStaff, but I'm not seeing the lyrics. I thought maybe it was the rhythmicstaff that didn't like lyrics, but perhaps they need to be in a score? This is inside a snippet set inside a l

Re: Not sure how to construct an example--need to mark repeat signs underneath, without wrapping to next line

2023-03-07 Thread Alexandre Loomis
You could also use \jump, for example \version "2.24.1" \repeat volta 2 { c'1 1 1 1 \jump "4×" } On Tue, Mar 7, 2023 at 9:46 AM Jean Abou Samra wrote: > Le mardi 07 mars 2023 à 10:29 -0600, Matthew Probst a écrit : > > I'm not quite sure how to construct an example--I'm working on my scor

Re: Not sure how to construct an example--need to mark repeat signs underneath, without wrapping to next line

2023-03-07 Thread Jean Abou Samra
Le mardi 07 mars 2023 à 10:29 -0600, Matthew Probst a écrit : > I'm not quite sure how to construct an example--I'm working on my scoring for > rock/funk band, and I have everything under control due to the great help > I've received here. > One final sticking point is that I like to mark repeat

Not sure how to construct an example--need to mark repeat signs underneath, without wrapping to next line

2023-03-07 Thread Matthew Probst
I'm not quite sure how to construct an example--I'm working on my scoring for rock/funk band, and I have everything under control due to the great help I've received here. One final sticking point is that I like to mark repeat signs underneath with a "2x" or "4x". I've been using tweaked \marks:

Re: How to place a TextScript in the middle of the Staff?

2023-03-07 Thread Michael Gerdau
\override TextScript.outside-staff-priority = ##f If you don't turn off outside-staff-priority, it will try to prevent the collision, moving the text script out of the staff. Thanks, that was the secret ingredient...I knew it had to be something simple :) Kind regards, Michael -- Michael G

Re: How to place a TextScript in the middle of the Staff?

2023-03-07 Thread Jean Abou Samra
Le mardi 07 mars 2023 à 10:46 +0100, Michael Gerdau a écrit : > Hi list! > > I'm trying to place an articulation right in the middle of the Staff and > I seem to lack the proper incantation. When I increase Y-offset to e.g. > #3 the little "z" is printed above the Staff. I want it to appear at

How to place a TextScript in the middle of the Staff?

2023-03-07 Thread Michael Gerdau
Hi list! I'm trying to place an articulation right in the middle of the Staff and I seem to lack the proper incantation. When I increase Y-offset to e.g. #3 the little "z" is printed above the Staff. I want it to appear at about the gis position on top of the stem. What do I have to adjust to