Hi,
force-hshift is applied by the collision engraver, which is part of many
staff types, but not part of a RhythmicStaff. See:
http://www.lilypond.org/doc/v2.18/Documentation/internals-big-page#collision_005fengraver
<http://www.lilypond.org/doc/v2.18/Documentation/internals-big-page#collision_005fengraver>
You can add it manually:
% -----------------------------------------------------------------
\version "2.18.2"
\score {
\new RhythmicStaff
\with {\consists "Collision_engraver"}
\relative c'' {
\time 2/4
<<
{ \voiceOne \override NoteColumn.force-hshift = #3 g2:32 g: }
\\
{ \voiceTwo g4 r g r }
>>
\bar "|."
}
}
% -----------------------------------------------------------------
Cheers,
Klaus
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Force-hshift-not-working-in-rhythmic-staff-tp172639p172641.html
Sent from the User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user