2008/6/16 Amélie Aubut <[EMAIL PROTECTED]>: > Hello everyone! Hi Amélie,
you might be interested in knowing that there's a French-speaking LilyPond mailing list on http://lists.gnu.org/listinfo/lilypond-user-fr/ (maybe you already know, but I don't remember having seen you there). > I have a problem of alignment of the staff of the incipit and the staff of the > music itself. That seems to happen when the clef or the alteration are "too > high" on the incipit staff. >From what I understand, you're referring to the KeySignature and the Clef objects. In the \layout block of each \score block in each \markup block (if you're following me), you can add \context { \Staff \override KeySignature #'Y-extent = #'(0 . 0 ) \override Clef #'Y-extent = #'(0 . 0 ) } That would do the trick (for the lowest staff you might also want to increase the padding of the markup to avoid a collision). Cheers, Valentin _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
