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 <[EMAIL PROTECTED]> writes:


"Han-Wen" == Han-Wen Nienhuys <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to