]> git.donarmstrong.com Git - lilypond.git/commitdiff
(bar-line::calc-glyph-name): add dashed liine
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 10 Aug 2006 19:04:03 +0000 (19:04 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 10 Aug 2006 19:04:03 +0000 (19:04 +0000)
break specification.

ChangeLog
scm/define-event-classes.scm
scm/output-lib.scm

index e7817fe766f2ba4de43c87344120fb3821ae44a3..1b91969043380dea3f437e778af8af8e2ce59d32 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * scm/output-lib.scm (bar-line::calc-glyph-name): add dashed liine
+       break specification.
+
 2006-08-10  Joe Neeman  <joeneeman@gmail.com>
 
        * Documentation/user: convert-ly the user manual
@@ -32,7 +37,8 @@
 
        * lily/piano-pedal-engraver.cc (struct Pedal_type_info): idem
 
-       * lily/include/translator.hh (struct Acknowledge_information): add Protected_scm
+       * lily/include/translator.hh (struct Acknowledge_information): add
+       Protected_scm
 
        * ly/music-functions-init.ly: change name to BreathingEvent
 
@@ -53,7 +59,8 @@
        * lily/spacing-engraver.cc (stop_translation_timestep): set
        spacing for proportional notation too.
 
-       * scm/translation-functions.scm (format-bass-figure): inspect stream-event.
+       * scm/translation-functions.scm (format-bass-figure): inspect
+       stream-event.
 
        * scripts/lilypond-book.py (bindir): add bindir to $PATH.
 
@@ -73,7 +80,8 @@
        revokePageTurns  functionality. If there is a special barline within
        the breakable region, break there instead of at the end of the region.
 
-       * lily/paper-book.cc (pages): use the new page-breaking calling convention
+       * lily/paper-book.cc (pages): use the new page-breaking calling
+       convention
 
 2006-08-07  Erik Sandberg  <mandolaerik@gmail.com>
 
index c7f28846dde79b59e3e29eb0f6cef005c8145751..d8056ba6d8d0c45adbcffee63267d20cf8b2167d 100644 (file)
@@ -41,7 +41,7 @@
     ))
 
 ;; Maps event-class to a list of ancestors (inclusive)
-(define ancestor-lookup (make-hash-table))
+(define ancestor-lookup (make-hash-table 11))
 
 ;; Each class will be defined as
 ;; (class parent grandparent .. )
index 66ffcb0314b5c3c734d1c0492b9b7f7cd7e79d28..2071541029972caf8643e8cb9fd9fe9a080f667b 100644 (file)
@@ -206,6 +206,7 @@ centered, X==1 is at the right, X == -1 is at the left."
         (result (assoc glyph 
                       '((":|:" . (":|" . "|:"))
                         ("||:" . ("||" . "|:"))
+                        ("dashed" . ("dashed" . '())) 
                         ("|" . ("|" . ()))
                         ("||:" . ("||" . "|:"))
                         ("|s" . (() . "|"))