]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lily/parser.yy (Prefix_composite_music): change no-transposition
authorhanwen <hanwen>
Sun, 10 Oct 2004 19:37:58 +0000 (19:37 +0000)
committerhanwen <hanwen>
Sun, 10 Oct 2004 19:37:58 +0000 (19:37 +0000)
for mode_changing_head to figures too.

* lily/slur-scoring.cc (move_away_from_staffline): new function.
(get_base_attachments): move away attachment point for breaks
similar to attachment points on slurs (staffline collision, and
half a space of padding)

* lily/parser.yy (Prefix_composite_music): untransposable is for
FiguredBass, not ChordNames

ChangeLog
lily/parser.yy

index af20b74b3576fa2676f3e38e8d58f969e60cdd48..9217b9645855b1aed8000dba93a9410c8a83ef53 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * lily/parser.yy (Prefix_composite_music): change no-transposition
+       for mode_changing_head to figures too.
+
        * lily/phrasing-slur-engraver.cc (acknowledge_grob): do something
        with normal slurs too.
 
@@ -52,6 +55,8 @@
 
        * scm/titling.scm (default-score-title): remove caps for piece.
 
+       * VERSION: 2.3.21 released.
+       
        * lily/include/slur-scoring.hh (struct Slur_score_state): new file
 
        * lily/include/slur-configuration.hh (class Slur_configuration):
index 1603b234ceb1ebd71e43ab5fdb4cd21da15faabc..d15c71846a20efdc179d50393c6b9c0dec8f499c 100644 (file)
@@ -1109,7 +1109,7 @@ Prefix_composite_music:
                scm_gc_unprotect_object (p->self_scm ());
        }
        | mode_changing_head Grouped_music_list {
-               if ($1 == ly_symbol2scm ("chords"))
+               if ($1 == ly_symbol2scm ("figures"))
                {
                  Music *chm = MY_MAKE_MUSIC ("UntransposableMusic");
                  chm->set_property ("element", $2->self_scm ());