]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.28
authorfred <fred>
Tue, 29 Feb 2000 10:34:38 +0000 (10:34 +0000)
committerfred <fred>
Tue, 29 Feb 2000 10:34:38 +0000 (10:34 +0000)
input/test/slur-area.fly [new file with mode: 0644]
input/test/slur-proof.ly [new file with mode: 0644]

diff --git a/input/test/slur-area.fly b/input/test/slur-area.fly
new file mode 100644 (file)
index 0000000..14705f7
--- /dev/null
@@ -0,0 +1,10 @@
+\property Voice.slurVerticalDirection = #1
+\property Voice.stemVerticalDirection = #-1
+a''(a' a,)a
+a(a a')a,
+a(d a)a
+a8(d a a a a a)a
+a(a a a a a d)a
+
+c,(g' c e f d b)g 
+c,(g' c e f d b)g 
diff --git a/input/test/slur-proof.ly b/input/test/slur-proof.ly
new file mode 100644 (file)
index 0000000..8853a63
--- /dev/null
@@ -0,0 +1,46 @@
+
+% :-(
+x = {
+\outputproperty #(make-type-checker 'Note_head) #'extra-offset = #'(-1 . 0)
+}
+
+\score{
+\context Staff \notes\relative c<
+\context Voice=va { \x f()f }
+\context Voice=vb { \x g(s4)g }
+\context Voice=vc { \x a(s4*2)a }
+\context Voice=vd { b(s4*3)b }
+\context Voice=ve { c(s4*4)c }
+\context Voice=vf { d(s4*5)d }
+\context Voice=vg { e(s4*6)e }
+\context Voice=vh { f(s4*7)f }
+\context Voice=vi { g(s4*8)g }
+\context Voice=vj { a(s4*9)a }
+\context Voice=vk { b(s4*10)b }
+\context Voice=vl { c(s4*11)c }
+\context Voice=vm { d(s4*12)d }
+\context Voice=vn { e(s4*13)e }
+\context Voice=vo { f(s4*14)f }
+\context Voice=vp { g(s4*15)g }
+\context Voice=vq { a(s4*16)a }
+\context Voice=vr { b(s4*17)b }
+\context Voice=vs { c(s4*18)c }
+\context Voice=vt { d(s4*19)d }
+\context Voice=vu { e(s4*20)e }
+\context Voice=vv { f(s4*21)f }
+\context Voice=vw { g(s4*22)g }
+\context Voice=vx { a(s4*23)a }
+\context Voice=vy { b(s4*24)b }
+\context Voice=vz { c(s4*25)c }
+\context Voice=wa { d(s4*26)d }
+>
+\paper{
+indent=0.0\mm;
+linewidth=-1.0\mm;
+\translator{
+\VoiceContext
+slurVerticalDirection = #1
+stemVerticalDirection = #-1
+}
+}
+}