]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/included/font-table.ly
Release: update news.
[lilypond.git] / Documentation / included / font-table.ly
index 35b835cdd90f834f9f67ac7a86d4436cb23d74cb..398286ac4ec2af3242f61c07a7b27c2262d1ec37 100644 (file)
@@ -76,6 +76,7 @@
   (define brackettips (get-group glyph-list "^brackettips\\."))
   (define pedal       (get-group glyph-list "^pedal\\."))
   (define accordion   (get-group glyph-list "^accordion\\."))
+  (define ties   (get-group glyph-list "^ties\\."))
 
   ;; remove all remaining groups from the glyph-list
   (for-each
@@ -95,7 +96,8 @@
             arrowheads
             brackettips
             pedal
-            accordion))
+            accordion
+            ties))
 
   ;;;;;;;;;