Re: Wiki: add to same page?
David Rogers <[email protected]>
| Newsgroups | gmane.comp.gnu.lilypond.general |
|---|---|
| Message-ID | <[email protected]> |
Carl Sorensen <[email protected]> writes: > I think that Saul's post is unnecessarily complicated for the > outcome you want. There's no need (IMO) to use > \RemoveAllEmptyStaves. Just have the Score accept the NullVoice > context. At least that seems to work for me. In my actual file, I was getting a warning that staff affinities should only decrease. It goes away when I add this into the layout: \context { \ChordNames \override VerticalAxisGroup.staff-affinity = ##f } ... but I confirm that \RemoveAllEmptyStaves doesn't seem to be making any difference at all. -- Thanks David