]> 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 66679fdc6cf9c50123596ec2987419a25b4d516f..a8a05792d48b9794ab5dcdb3a9cf82755264c532 100644 (file)
@@ -1,16 +1,16 @@
 
-\version "2.7.13"
+\version "2.19.21"
 \header{
   texidoc="Slurs should not get confused by augmentation dots.  With a lot
 of dots, the problems becomes more visible."
 }
 
 \layout {
-  raggedright = ##t
+  ragged-right = ##t
 }
 
-\relative c'' {
-  c4.............( c)
+\relative {
+  c''4.............( c)
 }