lilypond-user
[Top][All Lists]
Advanced

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

Re: Incipit


From: Valentin Villenave
Subject: Re: Incipit
Date: Mon, 16 Jun 2008 23:16:32 +0200

2008/6/16 Amélie Aubut <address@hidden>:
> 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




reply via email to

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