lilypond-user
[Top][All Lists]
Advanced

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

Re: Hide slur?


From: Urs Liska
Subject: Re: Hide slur?
Date: Wed, 18 Oct 2017 16:07:03 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0



Am 18.10.2017 um 15:18 schrieb Bernhard Kleine:
In Mozarts KV259 (Kyrie) in measure 14/5 there should be a slur(?)  in
the choir alto to have the text properly distributed. In my B&H original
and in the International Stiftung Mozarteum Online Publications (2006)
there is none. How could one hide the "bogen". I googled for "lilypond
hide slur" but did not succeed.

Try \once \hide Slur ;-)
In 2.18 (I think) you had to use \override Slur.transparent = ##t

Or (rather):
\once \omit Slur
\once \override Slur.stencil = ##f

The latter completely removes the object from the typesetting while the former only makes it invisible. As that still affects the collision handling you'll probably want the \omit version.

HTH
Urs


(Two attempts to send the mail to the server did not succeed. Strange!)


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


reply via email to

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