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: James
Subject: Re: How to make slurs ignore stems?
Date: Thu, 22 Dec 2011 19:52:28 +0000

Hello,

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?

\version "2.14.1"

music = \relative c' {
\override Stem #'stencil = #point-stencil
\override Beam #'stencil = #point-stencil
 a'8( b c d) e( f g) a( | a,) b c( d e f g a)
}

\score {
  \music
}

This help?

http://lilypond.org/doc/v2.14/Documentation/learning/visibility-and-color-of-objects

'stencil'



-- 
--

James



reply via email to

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