lilypond-user
[Top][All Lists]
Advanced

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

Re: How to make slurs ignore stems?


From: Jakub Pavlík
Subject: Re: How to make slurs ignore stems?
Date: Thu, 22 Dec 2011 21:26:13 +0100 (CET)

Thank you both, David and James.
J

> ------------ Původní zpráva ------------
> Od: David Nalesnik <address@hidden>
> Předmět: Re: How to make slurs ignore stems?
> Datum: 22.12.2011 20:44:59
> ----------------------------------------
> Hi Jakub,
>
> 2011/12/22 Jakub Pavlík <address@hidden>
>
> > In regular modern scores it is logical that the ends of a slur attach to a
> > notehead or to an end of a stem, depending on the direction of stems of the
> > notes connected by the slur.
> >
> > I'm typesetting chant transcriptions and make stems transparent:
> > \override Stem #'transparent = ##t
> > Some slurs, attached to invisible stems, then "fly high over the notes".
> >
> > Is there any way to tell LilyPond to ignore stems when making slurs and
> > attach slur always to noteheads?
>
>
> There are probably better ways to go about this, but this seems to work:
>
> \version "2.15.16"
>
> \relative c'' {
>   \override Stem #'transparent = ##t
>   \override Stem #'Y-extent = ##f
>   c( a g)
> }
>
> -David
>
>
>



reply via email to

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