]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.5.8
authorfred <fred>
Wed, 27 Mar 2002 02:00:11 +0000 (02:00 +0000)
committerfred <fred>
Wed, 27 Mar 2002 02:00:11 +0000 (02:00 +0000)
input/bugs/repeat.ly [new file with mode: 0644]
input/bugs/slur-dx.ly [new file with mode: 0644]

diff --git a/input/bugs/repeat.ly b/input/bugs/repeat.ly
new file mode 100644 (file)
index 0000000..6be2e60
--- /dev/null
@@ -0,0 +1,6 @@
+\version "1.3.148"
+\header{
+texidoc=" should start with |:"
+}
+
+\score { \context Staff \notes \repeat volta 3 c1 \alternative { d1 e1 }} 
diff --git a/input/bugs/slur-dx.ly b/input/bugs/slur-dx.ly
new file mode 100644 (file)
index 0000000..146202f
--- /dev/null
@@ -0,0 +1,19 @@
+\version "1.3.148"
+
+\header{
+texidoc = "
+ Wouldbe-steep-starting slurs look ugly.
+" }
+
+\score {
+  \notes \relative c'' {
+    \property Voice.Stem \set #'direction = #1
+    \property Voice.Slur \set #'direction = #1
+    d,32( d'4 )d8..
+    \property Voice.Slur \set #'attachment = #'(stem . stem)
+    d,32( d'4 )d8..
+  }
+  \paper {
+    linewidth = -1.
+  }
+}