]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/phrasing-slur.ly
release commit
[lilypond.git] / input / regression / phrasing-slur.ly
index 6cac3e72fb9a81c54f28ad9cbb682bb39168f755..fa51b6b4476d990ac9a8575ac7368ae087c6eb89 100644 (file)
@@ -1,15 +1,16 @@
-\version "1.7.6"
+
+\version "2.1.30"
 
 \header {
-texidoc="Slurs play well with phrasing slur."
+texidoc="Ordinary slurs should work well with phrasing slur."
 }
 
 \score {
   \notes\relative c'' {
-    \time 6/4 c\((d)e f(e)\)d
+    \time 6/4 c\((d e) f(e d)\)
   }
   \paper {
-    linewidth = -1.
+    raggedright = ##t
   }
 }
-%% new-chords-done %%
+