lilypond-user
[Top][All Lists]
Advanced

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

stemUp causes force-hshift to be ignored


From: Sean O'Donnell
Subject: stemUp causes force-hshift to be ignored
Date: Mon, 12 Feb 2007 23:55:12 -0500

Why does \stemUp cause the force-hshift to be ignored? In the example below, if I remove \stemUp, force-hshift will work. But not as it is.

Thanks,
sean



\version "2.11.17"

\score {

\relative c'' {
\time 4/4
\key e \minor
\clef treble
\override Fingering  #'padding = #0.3
\set fingeringOrientations = #'(left)
\set stringNumberOrientations= #'(down)

% See middle voice - move a4 to right and flip its stem up
<< { b1 } \\
{ \once \override NoteColumn #'force-hshift = #1 \stemUp a4 g8 fis g2 } \\
{ \stemDown e2 e,4 e' } >>

}

}




reply via email to

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