----- Original Message ----- From: "Francisco Vila" <paconet....@gmail.com>
To: "Dr. med. Kai Lautenschläger" <kai.lautenschlae...@me.com>
Cc: <lilypond-user@gnu.org>
Sent: Monday, May 14, 2012 11:27 AM
Subject: Re: cantor and choir


2012/5/14 "Dr. med. Kai Lautenschläger" <kai.lautenschlae...@me.com>:
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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to