lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: polymetric parts - ???BUG???


From: Werner
Subject: Re: polymetric parts - ???BUG???
Date: Sat, 6 Feb 2010 13:30:44 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> 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
%      }
  }
}









reply via email to

[Prev in Thread] Current Thread [Next in Thread]