2013/5/18 Tom Cloyd <tomcloydm...@gmail.com>

>  I'm having this problem repeatedly - in several scores
>
> << \stemDown
>
> {a4\rest \once \override NoteColumn #'force-hshift = #2.0 a gis |} \\
>
> {s4 b,2}
>
> >>
>
>
> The " \once \override NoteColumn #'force-hshift = #2.0" has NO effect.
>

\version "2.16.0"

<<
  \stemDown
    { \voiceOne a4\rest \once \override NoteColumn #'force-hshift = #2.0 a
gis | }
    \\
    { \voiceTwo s4 b,2 }
>>

should work fine
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to