Hi,

after setting the stem direction manually, I'm not able anymore to set a manual shift for a note. Any workaround...?

I attach a short example where I had no good idea so far because of the staff switch.

Thanks for your help!

Stefan
\version "2.12.01"

global = {
	\key c \major
	\time 4/4
}


RHNotes = {

	\clef "treble"

		\relative c''
		{
			<< { f4 f f } \\ { d d d } >>
		}
}

LHNotes = {

	\clef "bass"

		\relative c'
		{
			d4
			\showStaffSwitch
			\change Staff=RHStaff
			\stemDown
			\once \override NoteColumn #'force-hshift = #1.7
			g
			\stemNeutral
			\change Staff=LHStaff
			d
			\hideStaffSwitch 
		}
}


\score {
	<<
		\new StaffGroup <<
			\new Staff = "RHStaff"
			\context Staff = RHStaff \new Voice << \global \RHNotes >>
			\new Staff = "LHStaff"
			\context Staff = LHStaff \new Voice << \global \LHNotes >>
		>>
	>>
}
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to