>
> Is there a way, how to invert this behavior for whole score at once,
> please?
> I.e. how to make the downward stems positioned always left to the notehead
> and upward stems right to the notehead?



 Try this:


mB =
#(define-music-function (parser location beg)
                        (number?)
#{
\override Beam #'positions = #(cons $beg $beg)
#})

\relative {
  \mB #-4
f8^[ d16 e f
  f8 d e16 f]
        f8[ d] e[ f]
  \mB #3
               f8_[ d] e[ f]
}
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to