lilypond-user
[Top][All Lists]
Advanced

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

Re: A tricky example -- polyMETER against polyRHYTHM


From: Klaus Blum
Subject: Re: A tricky example -- polyMETER against polyRHYTHM
Date: Thu, 3 Nov 2016 03:43:28 -0700 (MST)

Hi mclaren, 

aaah, now I see what you wanted to achieve. 
Same problem here: different blocks got messed up. It should look like this: 

%
-----------------------------------------------------------------------------
#(set-default-paper-size "a4" 'landscape)

\paper  {
  indent=0
}

\layout {
  \context {
    \Score
    \accepts "TimeLine"
    \remove "Timing_translator"
    \remove "Default_bar_line_engraver"
  }
  \context {
    \Staff
    \consists "Timing_translator"
    \consists "Default_bar_line_engraver"
    \consists "Time_signature_engraver"
  }
}
%
-----------------------------------------------------------------------------

Cheers, 
Klaus



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/A-tricky-example-polyMETER-against-polyRHYTHM-tp196030p196039.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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