Re: Why doesn't \once \override NoteColumn.force-hshift work on more than one note in a measure
Thanks Dominic. I'll give that a try. Guy On 7/31/2017 9:09 PM, Dominic wrote: I believe it's because the second note does not naturally collide with any other, and has no cause to be 'forced' out of the way. Instead use /\once \override NoteColumn.X-offset/ for those notes. I'm sure another user will explain the technical reasons! -- View this message in context: http://lilypond.1069038.n5.nabble.com/Why-doesn-t-once-override-NoteColumn-force-hshift-work-on-more-than-one-note-in-a-measure-tp204756p204758.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user -- “Happiness is the meaning and the purpose of life, the whole aim and end of human existence.” ― Aristotle ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Why doesn't \once \override NoteColumn.force-hshift work on more than one note in a measure
I believe it's because the second note does not naturally collide with any other, and has no cause to be 'forced' out of the way. Instead use /\once \override NoteColumn.X-offset/ for those notes. I'm sure another user will explain the technical reasons! -- View this message in context: http://lilypond.1069038.n5.nabble.com/Why-doesn-t-once-override-NoteColumn-force-hshift-work-on-more-than-one-note-in-a-measure-tp204756p204758.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Why doesn't \once \override NoteColumn.force-hshift work on more than one note in a measure
Hello all, Curious about why \once \override NoteColumn.force-hshift only seems to affect the first note of a measure. This snippet shows 3 staves, the first unmodified, the second with the chord shifted left and the e'' shifted right, and the third attempting to shift both e'' and c'' right. But the c'' is not affected by the NoteColumn.force-hshift directive. This simplified snippet is from a working score where I'd very much like to shift that second note to the right. %% SNIPPET %% \score { << \new Staff = "One" %No modification << { 1 } \\ { \tuplet 3/2 { e''8 c''4 } f'4\rest e'2\rest | } >> \new Staff = "Two" %Shift chord left and e'' right << { \once \override NoteColumn.force-hshift = -0.5 1 } \\ { \tuplet 3/2 { \once \override NoteColumn.force-hshift = 1.5 e''8 c''4 } f'4\rest e'2\rest | } >> \new Staff = "Three" %Shift chord left and shift both e'' and c'' right << { \once \override NoteColumn.force-hshift = -0.5 1 } \\ { \tuplet 3/2 { \once \override NoteColumn.force-hshift = 1.5 e''8 \once \override NoteColumn.force-hshift = 1.5 c''4 } f'4\rest e'2\rest | } >> >> \layout { } } %% SNIPPET %% Guy Stalnaker jimmyg...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user