]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-dots.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / slur-dots.ly
index c9c88a4c0085d7257f10fed83420103bcb40ac77..a8a05792d48b9794ab5dcdb3a9cf82755264c532 100644 (file)
@@ -1,13 +1,18 @@
-\version "1.5.68"
+
+\version "2.19.21"
 \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."
 }
-\score {
-  \notes\relative c'' {
-    c4.............()c
-  }
-  \paper {
-    linewidth = -1.
-  }
-} 
+
+\layout {
+  ragged-right = ##t
+}
+
+\relative {
+  c''4.............( c)
+}
+
+
+
+