]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/NEWS.tely
Merge commit 'origin'
[lilypond.git] / Documentation / topdocs / NEWS.tely
index 99089a1782208374477e5aa17212fc91c7e2c6d2..0b4bbd484612d463e52b82e1f4572548553a5d27 100644 (file)
@@ -62,6 +62,30 @@ which scares away people.
 
 @end ignore
 
+@item Dashed and dotted slurs, phrasing slurs, and ties
+have been made variable thickness, and
+partially dashed slurs are now available:
+@lilypond[quote]
+\relative c'' {
+  \slurDashed
+    c4( d e f) |
+  \slurDotted
+    g4( f e d) |
+  \slurHalfDashed
+    c4( d e f)
+}
+@end lilypond
+   
+
+@item An eyeglasses markup was added, incidating strongly to look at the 
+conductor for instructions:
+@lilypond[quote]
+\relative c'' {
+  \mark \markup {\eyeglasses}
+  c4_\markup{\eyeglasses}
+}
+@end lilypond
+
 @item
 A snap-pizzicato (also known as Bartok-pizzicato) articulation was added:
 @lilypond[quote]