lilypond-user
[Top][All Lists]
Advanced

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

Re: Stem-to-stem slurs


From: David Nalesnik
Subject: Re: Stem-to-stem slurs
Date: Wed, 7 Oct 2015 07:38:38 -0500



On Tue, Oct 6, 2015 at 11:36 PM, Javier Ruiz-Alma <address@hidden> 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


reply via email to

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