]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.9
authorfred <fred>
Wed, 24 Nov 1999 12:59:00 +0000 (12:59 +0000)
committerfred <fred>
Wed, 24 Nov 1999 12:59:00 +0000 (12:59 +0000)
input/test/mm-rests2.ly [new file with mode: 0644]

diff --git a/input/test/mm-rests2.ly b/input/test/mm-rests2.ly
new file mode 100644 (file)
index 0000000..dc5adff
--- /dev/null
@@ -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
+       >
+}