Hi Reinhold:

my naive attempts led me to a solution, which apparently works just fine:

Nice.

Unfortunately, the enclosed snippet appears to show that you can't set this property "inline"... =\
Any thoughts on how to get around that?

Thanks,
Kieren.
____________________

\version "2.11.27"

\layout { \context { \RemoveEmptyStaffContext } }

theMusic = \relative
{
        c d e f c d e f \break
        R1*2 \break
        \override Staff.VerticalAxisGroup #'remove-empty = ##t
                R1*2 \break
        \override Staff.VerticalAxisGroup #'remove-empty = ##f
                R1*2
}

\score
{
    \theMusic
}


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to