lilypond-user
[Top][All Lists]
Advanced

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

Re: invisible key signature (Key changes)


From: Mats Bengtsson
Subject: Re: invisible key signature (Key changes)
Date: Thu, 01 Jul 2004 17:54:49 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040616

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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