From ed463da03e0dd394c86ccd89fdea435b53b622b7 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 21 Jan 2004 23:49:01 +0000 Subject: [PATCH] * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move \accepts Devnull into Score. * scm/lily.scm: remove bla.scm load. --- ChangeLog | 7 +++++++ lily/tab-note-heads-engraver.cc | 3 --- ly/engraver-init.ly | 4 ++-- scm/lily.scm | 1 - 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index ca86d2a20d..2fec95871c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-01-22 Han-Wen Nienhuys + + * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move + \accepts Devnull into Score. + + * scm/lily.scm: remove bla.scm load. + 2004-01-21 Han-Wen Nienhuys * VERSION: release 2.1.14 diff --git a/lily/tab-note-heads-engraver.cc b/lily/tab-note-heads-engraver.cc index fe24b7a53b..ffed86e25d 100644 --- a/lily/tab-note-heads-engraver.cc +++ b/lily/tab-note-heads-engraver.cc @@ -69,9 +69,6 @@ Tab_note_heads_engraver::process_music () int j = 0; for (int i=0; i < note_events_.size (); i++) { - - - SCM stringTunings = get_property ("stringTunings"); int number_of_strings = ((int) gh_length(stringTunings)); bool high_string_one = to_boolean(get_property ("highStringOne")); diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly index 3a2feff62b..2328643a66 100644 --- a/ly/engraver-init.ly +++ b/ly/engraver-init.ly @@ -56,7 +56,6 @@ instr = #'() \accepts "Voice" - \accepts "Devnull" } @@ -434,6 +433,7 @@ AncientRemoveEmptyStaffContext = \translator { \accepts "GrandStaff" \accepts "ChoirStaff" \accepts "PianoStaff" + \accepts "Devnull" \accepts "NoteNames" \accepts "FiguredBass" @@ -600,7 +600,7 @@ EasyNotation = \translator { \remove "Fingering_engraver" \remove "New_fingering_engraver" -\description "Context for drawing notes in a Tab staff. " + \description "Context for drawing notes in a Tab staff. " Slur \override #'font-family = #'roman Slur \override #'molecule-callback = #hammer-molecule-callback Slur \override #'direction = #-1 diff --git a/scm/lily.scm b/scm/lily.scm index ba4fcd9eb3..822fe1f463 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -383,7 +383,6 @@ L1 is copied, L2 not. "define-grob-interfaces.scm" "paper.scm" - "bla.scm" )) -- 2.39.5