On 25/05/12 13:20, J Ruiz wrote:
I wish to manually override the position of a beam, but Lily insists on flipping the direction of a notehead.
Any ideas on how to avoid this?
Thx, Javier
________________________
\version "2.14.2"
\score {
 \new Staff
 \relative c'{
     \once \override Beam #'positions = #'(-0.9 . -1.6 )
     c8[ c']
 }
 \layout {
       ragged-right = ##t
     }
}

 \relative c'{
     \once \override Beam #'positions = #'(-0.9 . -1.6 )
     c8[ \once \override Stem #'direction = #DOWN c']
 }

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

Reply via email to