Am Freitag, 8. Juli 2011, 03:52:54 schrieb Brett McCoy:
> And neither work, my rhythmicstaff is still printing with empty staves
> where I expect it to be suppressed. What is the correct syntax when
> using both?

Both should work just as well, and both do work here (example attached). Can 
you send us a minimal example (including the staves)? Maybe the problem lies 
elsewhere

Cheers,
Reinhold
-- 
------------------------------------------------------------------
Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/
 * Financial & Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org
\version "2.15.0"


\score {
  <<
        \new Staff \relative c'' {
          c1 |r1 | \break R1*3 | c1
        }
        \new RhythmicStaff {
          c1 | r1 | \break R1*3 | c1
        }
        \new RhythmicStaff
        {
          c1 | r1 | \break d1 d \break d d |
        }
  >>
}

\layout {
%     \context {
%       \RemoveEmptyStaffContext
%     }
%    \context {
%      \RemoveEmptyRhythmicStaffContext
%     }
    % BETTER:
    \context {
      \Staff
      \RemoveEmptyStaves
    }
   \context {
     \RhythmicStaff
     \RemoveEmptyStaves
    }
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to