]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-dots.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / slur-dots.ly
index ce19cb9931fb0519c968015b2730101276a94f48..50f6c00ce9a33b623cc1a563fe82a7aa3944f027 100644 (file)
@@ -1,15 +1,18 @@
-\version "1.7.16"
+
+\version "2.16.0"
 \header{
-texidoc="Slurs should not get confused by augmentation dots.  We use a lot
-of dots here, to make problems more visible."
+  texidoc="Slurs should not get confused by augmentation dots.  With a lot
+of dots, the problems becomes more visible."
+}
+
+\layout {
+  ragged-right = ##t
 }
-\score {
-  \notes\relative c'' {
-    c4.............-( c-)
-  }
-  \paper {
-    raggedright = ##t
-  }
+
+\relative c'' {
+  c4.............( c)
 }
 
-%% new-chords-done %%
+
+
+