Oops, sent in private by accident.
- Nov
-Original Message-
From: Nahum wengrov [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 02, 2006 06:11
To: 'Mats Bengtsson'
Subject: RE: How to retain empty Lyrics staff
It is a piano double-staff with two lyrics lines. Here is t
rather than being
between them.
- Nov
-Original Message-
From: Mats Bengtsson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 01, 2006 00:17
To: Nahum wengrov
Cc: 'Lilypond Mailing List'
Subject: Re: How to retain empty Lyrics staff
You can redefine how the Lyrics context
This causes the lyrics to jump above the piano staves rather than being
between them.
- Nov
-Original Message-
From: Mats Bengtsson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 01, 2006 00:17
To: Nahum wengrov
Cc: 'Lilypond Mailing List'
Subject: Re: How to retain em
You can redefine how the Lyrics context works and simply remove the
engraver handling these removals:
\layout{
...
\context{
\Lyrics
\remove "Hara_kiri_engraver"
}
}
/Mats
Quoting Nahum wengrov <[EMAIL PROTECTED]>:
How do I retain an empty Lyrics staff?
The "\override" example in
How do I retain an empty Lyrics staff?
The "\override" example in the manual explains how to retain the first
staff, but the empty lyrics on subsequent music lines are not retained. I
wish to retain an empty lyrics staff across a few lines. How do I do that?
- Nov