lilypond-user
[Top][All Lists]
Advanced

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

Re: Upward stems left to the notehead


From: Bernardo Barros
Subject: Re: Upward stems left to the notehead
Date: Wed, 21 Apr 2010 12:17:19 -0300

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]
}


reply via email to

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