lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Force hshift not working in rhythmic staff


From: Klaus Blum
Subject: Re: Force hshift not working in rhythmic staff
Date: Thu, 5 Mar 2015 07:28:39 -0700 (MST)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]