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: Neil Puttock
Subject: Re: Upward stems left to the notehead
Date: Wed, 21 Apr 2010 22:15:21 +0100

On 21 April 2010 16:17, Bernardo Barros <address@hidden> 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




reply via email to

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