On Tue, Oct 6, 2015 at 11:36 PM, Javier Ruiz-Alma <jav...@ruiz-alma.com>
wrote:

> Other than adding \shape overrides, is there a way to tell LP to anchor
> the slurs to the stems instead of noteheads?
>
>
>
> %%---Begin snippet
>
> \version “2.18.2”
>
> <<{ \clef bass <a a'>2 <g e'> }\\{ f'4( e') d'( c') }>>
>

Try:

<<{
  \clef bass <a a'>2 <g e'> }
  \\
  { f'4-\tweak positions #'(0.5 . 0) ( e') d'-\tweak positions #'(0 .
-0.5)( c')
}>>

Adjust numbers to your liking.

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

Reply via email to