]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.145
authorfred <fred>
Sat, 31 Mar 2001 12:36:54 +0000 (12:36 +0000)
committerfred <fred>
Sat, 31 Mar 2001 12:36:54 +0000 (12:36 +0000)
input/regression/tie-dots.ly [new file with mode: 0644]
input/tutorial/miniatures.ly [new file with mode: 0644]

diff --git a/input/regression/tie-dots.ly b/input/regression/tie-dots.ly
new file mode 100644 (file)
index 0000000..297a2bd
--- /dev/null
@@ -0,0 +1,11 @@
+\header {
+texidoc = "Ties should not collide with dots.";
+}
+
+\score{\notes{\time 9/8; \key f \major;\clef bass;
+  g4 d8 bes4.  ~    bes4    a8    \bar "|";
+  a8    gis8    d8 f4.    gis,4.    \bar "|";
+  a,4.   ~    a,4    r8   r4   r8   \bar "|";
+  c4.   ~    c8    a8    g8    f8
+}}
+
diff --git a/input/tutorial/miniatures.ly b/input/tutorial/miniatures.ly
new file mode 100644 (file)
index 0000000..1dd8aa0
--- /dev/null
@@ -0,0 +1,24 @@
+  \version "1.3.138";
+  \header {
+        title = "Two miniatures";
+  }
+  
+  #(set! point-and-click line-column-location)
+  
+  \paper { linewidth = -1.0; }
+
+  \score {
+    \notes { c'4 d'4 }
+    \header {
+       opus = "Opus 1.";
+       piece = "Up";
+    }
+  }
+  
+  \score {
+    \notes { d'4 c'4  }
+    \header {
+       opus = "Opus 2.";
+       piece = "Down";
+    }
+  }