lilypond-user
[Top][All Lists]
Advanced

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

Measure width in 2/8 time


From: Antonio PALAMA'
Subject: Measure width in 2/8 time
Date: Thu, 17 Apr 2003 22:01:37 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030316 Debian/1.3-1

Apparently there is something wrong in how Lily computes the measure width
in 2/8 time. I think the enclosed example is clear enough. If necessary
I will post the .ps output.
Thank you for your help.

Antonio
\header{
title =          "2/8 REST BUG"
}

\version "1.6.6"

\score {
        \notes { 

\relative c'' 
    {
    \property Score.skipBars = ##t
      {
        \clef "violin"
        \key c \major
\time 2/8
R4*5 |
% 240
c8 r |
c8 r |
c8 r |
c8 r |
c8 r |
c8 r |
% 241
R4*1 |
% 242
c8 r |
% 243
R4*4 |
c8 c8 |
c8 c8 |
c8 c8 |
c8 c8 |
c8 c8 |
c8 c8 |
%
\repeat "percent" 4
{
c4 |
}
c8 c8 |
%
R4*1 |
c4 |
% 266
R4*3 |
% 269
c4 |
% 270
c4 |
% 271
R4*3|
% 274
c4|
% 275
c4 |
% 276
R4*1 |
% 277
c8 r |
% 278
R4*1 |
% 279
c4 |
c4 |
c4 |
c8 r |
% 280
R4*1 |
c4 |
c4 |
c4 |
c4 |
c4 |
R4*2 |

}}
}
        \midi { \tempo 4 = 120 }
        \paper {
        textheight = 26.\cm
        }
}

reply via email to

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