]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-dots.ly
Add regtest for Grace_auto_beam_engraver
[lilypond.git] / input / regression / slur-dots.ly
index a8a8666fd1a12d2371421a9a034aacb87dceac8f..50f6c00ce9a33b623cc1a563fe82a7aa3944f027 100644 (file)
@@ -1,16 +1,18 @@
 
-\version "2.1.30"
+\version "2.16.0"
 \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'' {
+  c4.............( c)
 }
 
 
+
+