lilypond-user
[Top][All Lists]
Advanced

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

Re: slurs and bars in vocal music


From: Carl Sorensen
Subject: Re: slurs and bars in vocal music
Date: Fri, 25 Sep 2009 09:41:00 -0600



On 9/25/09 8:39 AM, "fiëé visuëlle" <address@hidden> wrote:

> 
> If I switched off slurs using
> \override Slur #'stencil = ##f
> how do I enable it again without warnings?
> 
> \override Slur #'stencil = ##t
> does work, but issues an error (#t is no stencil)

If you read the Internals Reference, 3.1.90 Slur, you will see that
the default value of Slur #'stencil is

ly:slur::print

So to turn slurs back on, you would do

\override Slur #'stencil = #ly:slur::print

HTH,

Carl





reply via email to

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