On 21 April 2010 16:17, Bernardo Barros <[email protected]> wrote:

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

You'll get better results (though still requiring a bit of
trial-and-error tweaking) using 'stem-attachment:

\override NoteHead #'stem-attachment = #'(-1 . 0)

Regards,
Neil


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to