Son_V <[email protected]> writes: > neither \\RemoveAllEmptyStaves .. > > This is my try for a Minimum example, sorry if I failed to make it smaller: > > \version "2.19.26" > \layout { > \context { > \Score > skipBars = ##t > %\RemoveEmptyStaves > } > }
\RemoveEmptyStaves and \RemoveAllEmptyStaves apply to the context containing them. Removing the Score context could be ... interesting. You probably want to use this invocation on Staff instead of Score. -- David Kastrup _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
