]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-dots.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / slur-dots.ly
index 528f42a0b293d70fb67698ec5a9abc1c61095a0a..a8a05792d48b9794ab5dcdb3a9cf82755264c532 100644 (file)
@@ -1,16 +1,18 @@
 
-\version "2.1.28"
+\version "2.19.21"
 \header{
-texidoc="Slurs should not get confused by augmentation dots.  With a lot
+  texidoc="Slurs should not get confused by augmentation dots.  With a lot
 of dots, the problems becomes more visible."
 }
-\score {
-  \notes\relative c'' {
-    c4.............( c)
-  }
-  \paper {
-    raggedright = ##t
-  }
+
+\layout {
+  ragged-right = ##t
+}
+
+\relative {
+  c''4.............( c)
 }
 
 
+
+