From 72623d483fd12c76625fe8e29a5101bc6260d960 Mon Sep 17 00:00:00 2001 From: hanwen Date: Sun, 10 Oct 2004 19:37:58 +0000 Subject: [PATCH] * lily/parser.yy (Prefix_composite_music): change no-transposition 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 | 5 +++++ lily/parser.yy | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index af20b74b35..9217b96458 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-10-10 Han-Wen Nienhuys + * 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): diff --git a/lily/parser.yy b/lily/parser.yy index 1603b234ce..d15c71846a 100644 --- a/lily/parser.yy +++ b/lily/parser.yy @@ -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 ()); -- 2.39.2