I will add the following example to the Tips and Tricks document:
--------------------------------------------------
\version "2.2.0"
\header {texidoc = "@cindex Key Signature End of Line According to normal typesetting conventions, LilyPond typesets key changes at the end of the line, when the change appears at a line break. This example shows how to change this default to only print the new key signature at the beginning of the next line. " }
\score {
\notes \relative c' {
\set Staff.explicitKeySignatureVisibility = #end-of-line-invisible
c d e f | g a b c | \break
\key d \major
d cis b a | g fis e d |
}
}
----------------------------------------------------
/Mats
Wolfgang Mechsner wrote:
I would like to have no keys while keys changing at the end of line. (For short music examples)
Thanx for any help.
Wolfgang
---------------- Wolfgang Mechsner
www.wolfgang-mechsner.de
_______________________________________________ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user
-- ============================================= Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================
_______________________________________________ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user
