bug-lilypond
[Top][All Lists]
Advanced

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

squished rests demo


From: David Bobroff
Subject: squished rests demo
Date: 22 Mar 2004 16:57:45 +0000

Ok, here's a demo of the squished rests.  I've moved this to
bug-lilypond because this is quite obviously a bug.

This should appear on one line (it does for me).  This is with
2.1.33.hwn1 (but not the absolute latest CVS, I think this is as of
ChangeLog 1.1929 or 1.1930).  The four measure rest is quite seriously
crowded in this example.

-David

\version "2.1.33"

\score {
    \notes \relative c'' { 
        \set Score.skipBars = ##t
        R1*31 \bar "||"
        \key e \major
        R1*4
        \time 3/4
        R2.*6
        R2.-\fermata
        R2.*8 \bar "||"
        \time 4/4 \bar "||"
        \key c \major
        c4 d e f
        g a b c
        R1*5
        \time 3/4
        R2.*3
        \time 4/4
        R1*2
      }
    \paper {
    }
}






reply via email to

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