lilypond-user
[Top][All Lists]
Advanced

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

Re: Force printing of Staff symbol


From: Mats Bengtsson
Subject: Re: Force printing of Staff symbol
Date: Sun, 22 Jan 2006 21:05:08 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050927 Debian/1.7.8-1sarge3

It would much clearer if you included a short example of
what you tried.

If I understand you correctly, you have for example one
stave with music for the full score and you want it
accompanied by a number of empty staves, right?

Then, the easiest I can think of is so include an invisible
copy of the same music also in the other staves, something
like:

melody = {c d e f }

\score{
 \new StaffGroup <<
   \new Staff \melody
   \new Staff {\hideNotes \melody }
   \new Staff {\hideNotes \melody }
 >>
}

  /Mats

Gilles wrote:

Hello.

How can I force the printing of the staff even if it is empty,
i.e. sort of the opposite of "\RemoveEmptyStaffContext".

By default, in a StaffGroup, for staves without music (not even
multi-measures rests), lilypond shows, on the first system, the
clef and time and key signatures but without printing the staff
lines; then for subsequent systems nothing is printed.

I'd rather not insert skip notes, since this file is to serve as
a template and the length and time signature of the actual music
will each time be different; I just want the empty staves to follow
(in length) the non-empty ones.

[I hope that was clear...]

Version 2.6.3 (on Debian).

Thanks,
Gilles


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user





reply via email to

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