RE: FW: note column shift

2025-02-11 Thread carsonmark
Knute, Thank you again. Shall construct a MWE tonight. Mark From: Knute Snortum Sent: Tuesday, February 11, 2025 5:08 PM To: carsonm...@ca.rr.com Cc: lilypond-user@gnu.org Subject: Re: FW: note column shift From: carsonm...@ca.rr.com <mailto:carsonm...@ca.rr.

Re: FW: note column shift

2025-02-11 Thread Knute Snortum
> *From:* carsonm...@ca.rr.com > *Sent:* Tuesday, February 11, 2025 4:54 PM > *To:* 'Knute Snortum' > *Subject:* RE: note column shift > > > > Knute, > > > > My fault for not being specific. > > It is from a four-part fugue. As such it i

FW: note column shift

2025-02-11 Thread carsonmark
Forgot to “reply all”. Mark From: carsonm...@ca.rr.com Sent: Tuesday, February 11, 2025 4:54 PM To: 'Knute Snortum' Subject: RE: note column shift Knute, My fault for not being specific. It is from a four-part fugue. As such it is explicitly set as soprano, alto,

Re: note column shift

2025-02-11 Thread Knute Snortum
On Tue, Feb 11, 2025 at 1:47 PM wrote: > Knute, > > > > Thank you for the suggestion. > > I failed to state that the three are explicitly defined voices. > I don't understand. My suggestion has explicitly defined voices. Maybe an MWE is in order. -- Knute Snortum

RE: note column shift

2025-02-11 Thread carsonmark
Matts, I failed to mention that the voices are explicitly defined. Mark From: Mats Bengtsson Sent: Tuesday, February 11, 2025 12:30 PM To: carsonm...@ca.rr.com Cc: lilypond-user@gnu.org Subject: Re: note column shift On 2025-02-11 21:16, Knute Snortum wrote: You can achieve

RE: note column shift

2025-02-11 Thread carsonmark
Knute, Thank you for the suggestion. I failed to state that the three are explicitly defined voices. Mark From: Knute Snortum Sent: Tuesday, February 11, 2025 12:16 PM To: carsonm...@ca.rr.com Cc: lilypond-user@gnu.org Subject: Re: note column shift On Tue, Feb 11, 2025 at 11

Re: note column shift

2025-02-11 Thread Mats Bengtsson
On 2025-02-11 21:16, Knute Snortum wrote: You can achieve what you're after just with \voice commands: %%% \version "2.24.4" \new Staff <<   \new Voice

Re: note column shift

2025-02-11 Thread Knute Snortum
On Tue, Feb 11, 2025 at 11:27 AM wrote: > Hello all, > > > > In a source (BWV 911) three voices of a four-part polyphony are noted thus: > > > > To achieve the same I used \once \override NoteColumn.force-hshift = #0.5 > before the middle quaver. > > This was the result: > > > > Did I misplace th

note column shift

2025-02-11 Thread carsonmark
Hello all, In a source (BWV 911) three voices of a four-part polyphony are noted thus: To achieve the same I used \once \override NoteColumn.force-hshift = #0.5 before the middle quaver. This was the result: Did I misplace the command? Thank you, Mark