]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.1
authorfred <fred>
Thu, 4 Jun 1998 09:36:51 +0000 (09:36 +0000)
committerfred <fred>
Thu, 4 Jun 1998 09:36:51 +0000 (09:36 +0000)
input/test/mark.ly [new file with mode: 0644]

diff --git a/input/test/mark.ly b/input/test/mark.ly
new file mode 100644 (file)
index 0000000..29fdba1
--- /dev/null
@@ -0,0 +1,23 @@
+global = \melodic {
+  s1 | \mark "A";
+  s1*2 | \mark "'12";
+}
+
+one = \melodic\relative c{
+  c'' c c c
+  c c c c
+  c c c c
+}
+
+two = \melodic\relative c{
+  b' b b b
+  b b b b
+  b b b b
+}
+
+\score{
+       < \global \one \two >
+       \paper {
+               \include "score-bar-numbering.ly";
+       }
+}