From: fred Date: Wed, 24 Nov 1999 12:59:00 +0000 (+0000) Subject: lilypond-1.3.9 X-Git-Tag: release/1.5.59~5756 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3b1325f4c0011e5e06001f810d3e9a88df76549a;p=lilypond.git lilypond-1.3.9 --- diff --git a/input/test/mm-rests2.ly b/input/test/mm-rests2.ly new file mode 100644 index 0000000000..dc5adffbed --- /dev/null +++ b/input/test/mm-rests2.ly @@ -0,0 +1,21 @@ +thenotes = \notes \relative cis' { +\property Score. skipBars = ##t +\time 4/4; +R1 | +R1*1 | +R1*2 | +R1*3 | +R1*4 | +R1*5 | +R1*6 | +R1*7 | +R1*8 | +R1*9 | +R1*10 | +R1*11 | +} + +\score { < \context Staff \thenotes + \context NoteNames \thenotes + > +}