]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/changes.tely
Implement make-bow-stencil, make-tie-stencil for use in markup-commands
[lilypond.git] / Documentation / changes.tely
index 75a5a06f30ac07b03b24490c113457f0ef6528d4..bc0807624b36f11ceefc38ec9f3f99a3f94f8bc8 100644 (file)
@@ -61,13 +61,29 @@ which scares away people.
 
 @end ignore
 
+@item
+Markup-commands @code{\undertie} and @code{\overtie} are now available, as well
+the generic markup-command @code{\tie}.
+@lilypond[quote,verbatim]
+\markup {
+  \undertie "undertied"
+  \overtie "overtied"
+}
+
+m = {
+  c''1 \prall -\tweak text \markup \tie "131" -1
+}
+
+{ \voiceOne \m \voiceTwo \m }
+@end lilypond
+
 @item
 @code{TabStaff} is now able to print micro-tones for bendings etc.
 @lilypond[quote,verbatim]
 \layout {
   \context {
     \Score
-    noteToFretFunction = #(determine-frets #t)
+    supportNonIntegerFret = ##t
   }
 }