lilypond-user
[Top][All Lists]
Advanced

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

Re: ambitus and break-visibility


From: Neil Puttock
Subject: Re: ambitus and break-visibility
Date: Sun, 29 Aug 2010 17:15:46 +0100

On 29 August 2010 15:09, Roman Stawski <address@hidden> wrote:

> I'm having some difficulty getting break-visibility to work with
> ambitus. In the example below I set #'break-visibility to ##(#f #f #f)
> which should stop the ambitus from rendering in any position. However,
> I still see the ambitus at line ends, in the middle of lines and at
> line beginnings.

Try setting the break-visibility for all the children of Ambitus:

 \override AmbitusNoteHead #'break-visibility = #all-invisible
 \override AmbitusLine #'break-visibility = #all-invisible
 \override AmbitusAccidental #'break-visibility = #all-invisible

Cheers,
Neil



reply via email to

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