Alternative small note in brackets?

2024-08-04 Thread Alasdair McAndrew
Hello, I have a situation where the main note is below the stave, and an alternative note is provided, an octave higher, which is in the stave. This alternative note has a small note head which is in (square) brackets, and its stem is in the same direction (up) as the main note. The stem of the a

Re: Alternative small note in brackets?

2024-08-04 Thread Knute Snortum
On Sun, Aug 4, 2024 at 7:33 AM Alasdair McAndrew wrote: > Hello, > > I have a situation where the main note is below the stave, and an > alternative note is provided, an octave higher, which is in the stave. > This alternative note has a small note head which is in (square) brackets, > and its st

Cross-Staff stems with note collisions

2024-08-04 Thread Valentin Petzel
Hello, Cross-staff stems do currently work by simply connecting to any stem that is on the correct side and matches the positions. This often does not work out when we have shifted note columns due to collision. In such cases we’d need to do manual positioning. So I’ve written a small engraver

Re: Vertically align objects of same class?

2024-08-04 Thread Valentin Petzel
Am Sonntag, 21. Juli 2024, 08:12:07 MESZ schrieb Fennel: > Valentino, > > Your function seems to not work for polyphonic passages as in the example > below. Is there a fix for the function, would using \voiceOne and \voiceTwo > explicitly for this polyphonic context make a difference? > Hello Fe

Re: Alternative small note in brackets?

2024-08-04 Thread Valentin Petzel
How about this: \new Staff << {b,} \new CueVoice { \shiftOff\stemUp \override Parentheses.font-size = #2 \override Parentheses.stencils = #(lambda (grob) (list (grob-interpret-markup grob (markup #:vcenter #:center-align #:bold "[")) (grob-interpret-markup

Re: Alternative small note in brackets?

2024-08-04 Thread Alasdair McAndrew
Hi Valentin, Many thanks indeed - that's a much more involved and complex solution than I could ever have worked out for myself. It looks like the sort of thing that would be best incorporated in a function, called something like, say "bracketise", which can then be easily called in the score as