denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] Polymetrics


From: Kaspar
Subject: Re: [Denemo-devel] Polymetrics
Date: Sat, 28 Jun 2008 11:07:48 +0300
User-agent: Thunderbird 2.0.0.14 (Windows/20080421)

Richard Shann wrote:
Posting your .denemo would be most useful (I think you can just attach
it to an email to this list - cut it down to a very simply example).


OK.
Here's a simple example 3/4 and 5/4, 15 fourths.

I attached the LilyPond file and the correct result in pdf (goal).
Also attached the Denemo file and incorrect result in pdf (attempt).


Kaspar

Attachment: Poly_Attempt_Denemo.pdf
Description: Adobe PDF document

Attachment: Poly_Attempt.denemo
Description: Binary data

Attachment: Poly_Goal_ly.pdf
Description: Adobe PDF document

% ****************************************************************
% Start cut-&-pastable-section 
% ****************************************************************



\paper {
  #(define dump-extents #t)
  
  indent = 0\mm
  line-width = 180\mm - 2.0 * 0.4\in
  ragged-right = ##t
  force-assignment = #""
  line-width = #(- line-width (* mm  3.000000))
}

\layout {
  
}



% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefileline 1246
\layout {
  \context {
    \Score
    \remove "Timing_translator"
    \remove "Default_bar_line_engraver"
  }
  \context {
    \Staff
    \consists "Timing_translator"
    \consists "Default_bar_line_engraver"
  }
}

% Now each staff has its own time signature.

\relative c' <<
  \new Staff {
    \time 3/4
    c4 c c |
    c c c |
    c c c |
    c c c |
    c c c |
  }
  \new Staff {
    \time 5/4
    c4 c c c c |
    c4 c c c c |
    c4 c c c c |
  }
>>



% ****************************************************************
% end ly snippet
% ****************************************************************

reply via email to

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