lilypond-user
[Top][All Lists]
Advanced

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

Re: Problem with staffs and lyrics


From: Xavier Scheuer
Subject: Re: Problem with staffs and lyrics
Date: Wed, 30 Sep 2009 17:51:38 +0200
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Xavier Scheuer a écrit :
> Removing "\key d \major" from "melodyBII" solves the problem.

Oops, that removed the "strange spacing after the double bar in the
second line", but also the key signature in Staff "two"
(I saw it just after having sent the mail).

This should do the right trick :
Replace the "\new Staff = two [...]" by

\new Staff = "two" \with {
  \remove Time_signature_engraver  % to remove the "C" from the Staff
}
  <<
    \set Staff.explicitKeySignatureVisibility = #end-of-line-invisible
% to remove the "strange spacing" at the end of previous line
    \new Voice = "partBII" \melodyBII
  >>

Hope now it's OK.


Xavier




reply via email to

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