]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-dots.ly
Merge remote-tracking branch 'origin/translation' into staging
[lilypond.git] / input / regression / slur-dots.ly
index adc652e34430068c53beac1df936c0f71e452ee4..50f6c00ce9a33b623cc1a563fe82a7aa3944f027 100644 (file)
@@ -1,13 +1,18 @@
-\version "1.3.148"
+
+\version "2.16.0"
 \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'' {
+  c4.............( c)
+}
+
+
+
+