]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-proof.ly
Renamed file.
[lilypond.git] / input / test / slur-proof.ly
index fc9bdeb42d7d3c0bf83551f86be911ce2f02165f..de382496c8c103316969a747302f6cb0e7a877e2 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.5.68"
+\version "1.7.18"
 
 
 x = {
@@ -8,37 +8,37 @@ x = {
 
 \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 { \x b(s4*3)b }
-    \context Voice=ve { \x c(s4*4)c }
-    \context Voice=vf { \x d(s4*5)d }
-    \context Voice=vg { \x e(s4*6)e }
-    \context Voice=vh { \x f(s4*7)f }
-    \context Voice=vi { \x g(s4*8)g }
-    \context Voice=vj { \x a(s4*9)a }
-    \context Voice=vk { \x b(s4*10)b }
-    \context Voice=vl { \x c(s4*11)c }
-    \context Voice=vm { \x d(s4*12)d }
-    \context Voice=vn { \x e(s4*13)e }
-    \context Voice=vo { \x f(s4*14)f }
-    \context Voice=vp { \x g(s4*15)g }
-    \context Voice=vq { \x a(s4*16)a }
-    \context Voice=vr { \x b(s4*17)b }
-    \context Voice=vs { \x c(s4*18)c }
-    \context Voice=vt { \x d(s4*19)d }
-    \context Voice=vu { \x e(s4*20)e }
-    \context Voice=vv { \x f(s4*21)f }
-    \context Voice=vw { \x g(s4*22)g }
-    \context Voice=vx { \x a(s4*23)a }
-    \context Voice=vy { \x b(s4*24)b }
-    \context Voice=vz { \x c(s4*25)c }
-    \context Voice=wa { \x d(s4*26)d }
+    \context Voice=va { \x f(f-) }
+    \context Voice=vb { \x g(s4g-) }
+    \context Voice=vc { \x a(s4*2a-) }
+    \context Voice=vd { \x b(s4*3b-) }
+    \context Voice=ve { \x c(s4*4c-) }
+    \context Voice=vf { \x d(s4*5d-) }
+    \context Voice=vg { \x e(s4*6e-) }
+    \context Voice=vh { \x f(s4*7f-) }
+    \context Voice=vi { \x g(s4*8g-) }
+    \context Voice=vj { \x a(s4*9a-) }
+    \context Voice=vk { \x b(s4*10b-) }
+    \context Voice=vl { \x c(s4*11c-) }
+    \context Voice=vm { \x d(s4*12d-) }
+    \context Voice=vn { \x e(s4*13e-) }
+    \context Voice=vo { \x f(s4*14f-) }
+    \context Voice=vp { \x g(s4*15g-) }
+    \context Voice=vq { \x a(s4*16a-) }
+    \context Voice=vr { \x b(s4*17b-) }
+    \context Voice=vs { \x c(s4*18c-) }
+    \context Voice=vt { \x d(s4*19d-) }
+    \context Voice=vu { \x e(s4*20e-) }
+    \context Voice=vv { \x f(s4*21f-) }
+    \context Voice=vw { \x g(s4*22g-) }
+    \context Voice=vx { \x a(s4*23a-) }
+    \context Voice=vy { \x b(s4*24b-) }
+    \context Voice=vz { \x c(s4*25c-) }
+    \context Voice=wa { \x d(s4*26d-) }
   >
   \paper {
     indent=0.0\mm
-    linewidth=-1.0\mm
+    raggedright = ##t
     \translator{
       \VoiceContext
       Slur \override #'direction = #1
@@ -46,3 +46,4 @@ x = {
     }
   }
 }
+%% new-chords-done %%