bug-lilypond
[Top][All Lists]
Advanced

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

23/16 rest


From: Michael Edwards
Subject: 23/16 rest
Date: Wed, 28 Nov 2012 13:10:11 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hello, I've followed your example on full measure rests to try and create 
a 23/16 measure rest, however this doesn't work, whereas your 13/8 
example does :/  Complete code below.  

Best, Michael



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



\paper {
  indent = 0\mm
  line-width = 160\mm
  % offset the left padding, also add 1mm as lilypond creates cropped
  % images with a little space on the right
  line-width = #(- line-width (* mm  3.000000) (* mm 1))
  line-width = 160\mm - 2.0 * 10.16\mm
  % offset the left padding, also add 1mm as lilypond creates cropped
  % images with a little space on the right
  line-width = #(- line-width (* mm  3.000000) (* mm 1))
}

\layout {
  
}



\relative c''
{


% ****************************************************************
% ly snippet contents follows:
% ****************************************************************
\sourcefileline 802
\compressFullBarRests
\time 2/4
R1 | R2 |
\time 3/4
R2. | R2.*2 |
\time 13/8
% shouldn't 23/16 work too?
% R1*23/16 | R1*13/8*12 |
R1*13/8 | R1*13/8*12 |
\time 10/8
R4*5*4 |



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




reply via email to

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