]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/changes.tely
Issue 4722 Introduce new markup-command draw-squiggle-line.
[lilypond.git] / Documentation / changes.tely
index 24e973e4fd4c89d5ac438acf377c8376593eb5c0..c943a1a64e89ae2e66522bca1a364b91fa6e1e5d 100644 (file)
@@ -61,6 +61,31 @@ which scares away people.
 
 @end ignore
 
+@item
+Markup-command @code{\draw-squiggle-line} is now available.
+Customizing is possible with overrides of @code{thickness}, @code{angularity},
+@code{height} and @code{orientation}
+@lilypond[quote,verbatim]
+\markup
+  \overlay {
+    \draw-squiggle-line #0.5 #'(3 . 3) ##t
+
+    \translate #'(3 . 3)
+    \override #'(thickness . 4)
+    \draw-squiggle-line #0.5 #'(3 . -3) ##t
+
+    \translate #'(6 . 0)
+    \override #'(angularity . -5)
+    \draw-squiggle-line #0.5 #'(-3 . -3) ##t
+
+    \translate #'(3 . -3)
+    \override #'(angularity . 2)
+    \override #'(height . 0.3)
+    \override #'(orientation . -1)
+    \draw-squiggle-line #0.2 #'(-3 . 3) ##t
+  }
+@end lilypond
+
 @item
 Markup-commands @code{\undertie} and @code{\overtie} are now available, as well
 the generic markup-command @code{\tie}.