]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-dots.ly
Issue 5167/1: Reorganize markup commands to use object properties
[lilypond.git] / input / regression / slur-dots.ly
index b42c1f8fe5bfd89e7eb441ee5b42facb7ec4ba34..a8a05792d48b9794ab5dcdb3a9cf82755264c532 100644 (file)
@@ -1,16 +1,18 @@
 
-\version "2.6.0"
+\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 {
-  \relative c'' {
-    c4.............( c)
-  }
-  \layout {
-    raggedright = ##t
-  }
+
+\layout {
+  ragged-right = ##t
+}
+
+\relative {
+  c''4.............( c)
 }
 
 
+
+