]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-script.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / slur-script.ly
index 03dddb7e7484233a8bcba6b73cec7d50c3495b5f..2047c50c6f16bbce56287246d8c51f10e7cfdc35 100644 (file)
@@ -1,19 +1,22 @@
 
 \header {
 
-    texidoc = "Slurs avoid collisions with scripts. If you want to
-have a different configuration, the scripts must be moved manually."
-
-    }
+  texidoc = "A slur avoids collisions with scripts, which are placed
+    either inside or outside the slur, depending on the script.  The
+    slur responds appropriately if a script is moved."
+}
 
-\version "2.3.7"
-\paper { raggedright = ##t }
+\version "2.19.21"
+\layout {
+  indent = 0\mm
+  ragged-right = ##t
+}
+\relative
 {
-    \once \override Script #'padding = #1.2
-    b8-.( b-.
-    \once \override Script #'padding = #1.2
-
-    b-.)
-    b-.( b-.
-    b-.)
+  b4-.( b-.)
+  \once \override Script.padding = #1.5
+  b-.( b-.)
+  b_\downbow( b_\downbow)
+  \once \override Script.padding = #1.5
+  b_\downbow( b_\downbow)
 }