On 29 August 2010 15:09, Roman Stawski <ro...@stawski.fr> 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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to