lilypond-user
[Top][All Lists]
Advanced

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

Re: Full size clef


From: Mats Bengtsson
Subject: Re: Full size clef
Date: Mon, 12 Jan 2004 17:49:59 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007

The predefined \endincipit macro seems to work in 2.0, see
http://lilypond.org/doc/v2.0/input/test/out-www/collated-files.html#incipit.ly

For the record, the macro definition (found in ly//property-init.ly) is
% End the incipit and print a ``normal line start''.
endincipit = \notes \context Staff {
    \partial 16 s16  % Hack to handle e.g. \bar ".|" \endincipit
    \once \property Staff.Clef \set #'full-size-change = ##t
    \once \property Staff.Clef \set #'non-default = ##t
    \bar ""
}


If you still have problems, please send an example to the list.


  /Mats


Laura Conrad wrote:
"Laura" == Laura Conrad <address@hidden> writes:


"Han-Wen" == Han-Wen Nienhuys <address@hidden> writes:

    Han-Wen> \property Staff.Clef \set #'full-size-change = ##t

    Han-Wen> should also work in 1.8

    Laura> It does work in 1.8.  I'm trying to upgrade it to 2.0.


Or to put the question another way, how, in 2.0, does one tell Lily to
make a second clef be full-sized, and not smaller than the first
clef?  I need this for anything that's going to indicate the original
clef in an incipit.


--
=============================================
        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]