lilypond-user
[Top][All Lists]
Advanced

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

Re: cantor and choir


From: Phil Holmes
Subject: Re: cantor and choir
Date: Mon, 14 May 2012 14:31:36 +0100

----- Original Message ----- From: "Francisco Vila" <address@hidden>
To: "Dr. med. Kai Lautenschläger" <address@hidden>
Cc: <address@hidden>
Sent: Monday, May 14, 2012 11:27 AM
Subject: Re: cantor and choir


2012/5/14 "Dr. med. Kai Lautenschläger" <address@hidden>:
Hi Everyone,

typesetting liturgical music I need a solution for the following problem:

I have a solo system in change with a choir staff. solo staff should go on in highest choirstaff system (first tenor) when solo changes to choir. choirstaff (complete) should vanish completely, when choir changes to solo.

I could find a solution in the lilypond help. Can anyone suggest an idea?

Have you tried \stopStaff \startStaff and

\layout {
 \context {
   \Staff \RemoveEmptyStaves
   \override VerticalAxisGroup #'remove-first = ##t
 }
}

===========================================

What about:

\layout {
 \context {
   \RemoveEmptyStaffContext
   \override VerticalAxisGroup #'remove-first = ##t
 }
}


--
Phil Holmes



reply via email to

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