> That's too large.

OK

Just try to uncomment the 3-5th line from the end - lilypond will fail.

\version "2.13.12"

Cello = \relative c {
\clef bass
\key c 
\major
\time 3/4
c4 c c
c c c
% pos already 2/4
c c c
c c c
\bar "||"
% both 2/4
\time 2/4
c c
c c
c c
}



Posaune = \relative c {
\clef bass
\key c 
\major
\time 3/4
c4 c c
c c c
\bar "||" 
\time 2/4 
% vc still 3/4
c c
c c
c c
% both 2/4
c c
c c
c c
}

\score {
  <<
    \new Staff \Cello
    \new Staff \Posaune
>>
\layout {
  \context {
    \Score
    \remove "Timing_translator"
    \remove "Default_bar_line_engraver"
  }
  \context {
    \Staff
    \consists "Timing_translator"
    \consists "Default_bar_line_engraver"
  }
%    \context { \RemoveEmptyStaffContext 
%      \override VerticalAxisGroup #'remove-first = ##t
%      }
  }
}







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

Reply via email to