lilypond-devel
[Top][All Lists]
Advanced

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

How to remove a changed clef glyph from the end of staff line


From: James
Subject: How to remove a changed clef glyph from the end of staff line
Date: Tue, 04 Feb 2014 20:43:18 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

Hello,

Perhaps I am misunderstanding the break-visibility option but how do I stop the bass clef glyph (in my example below) from printing at the end of the line and only print on the next line?

\version "2.19.2"

{
  c'1
  \break
  \override Staff.Clef #'break-visibility = ##(#f #f #f)
  \clef bass c
}

How do I do this?

Thanks for your time.

James



reply via email to

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