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: tisimst
Subject: Re: Force hshift not working in rhythmic staff
Date: Thu, 5 Mar 2015 07:35:02 -0700 (MST)

Klaus Blum wrote
> 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

Also, I just thought I'd mention something (though it doesn't change the
issue at hand). When you use the implicit voicing syntax << { ... } \\ { ...
} >>, you don't need to also use \voiceXXX. They are applied automatically.

- Abraham



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Force-hshift-not-working-in-rhythmic-staff-tp172639p172642.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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