From 3b1325f4c0011e5e06001f810d3e9a88df76549a Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 24 Nov 1999 12:59:00 +0000 Subject: [PATCH] lilypond-1.3.9 --- input/test/mm-rests2.ly | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 input/test/mm-rests2.ly 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 + > +} -- 2.39.5