]> git.donarmstrong.com Git - lilypond.git/commitdiff
* ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 21 Jan 2004 23:49:01 +0000 (23:49 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 21 Jan 2004 23:49:01 +0000 (23:49 +0000)
\accepts Devnull into Score.

* scm/lily.scm: remove bla.scm load.

ChangeLog
lily/tab-note-heads-engraver.cc
ly/engraver-init.ly
scm/lily.scm

index ca86d2a20dc880594f38983b2cec7a2448900bee..2fec95871cea5e7254ab0979c10d465d7ec9c8f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
+       \accepts Devnull into Score.
+
+       * scm/lily.scm: remove bla.scm load.
+
 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
        * VERSION: release 2.1.14
index fe24b7a53b4e2d3ad249ac68ff4a77a76fd0be23..ffed86e25d1a695736e10398d7298653030fe470 100644 (file)
@@ -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"));
index 3a2feff62bc9a1c1e1b4a615a7ce167422a47523..2328643a666b0571e0c426c6810fb20816ee273d 100644 (file)
@@ -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
index ba4fcd9eb3f600a8ca06d37d8c444ae8853af9d5..822fe1f463b688d9348888ef8106d79ec8b5f6c3 100644 (file)
@@ -383,7 +383,6 @@ L1 is copied, L2 not.
        "define-grob-interfaces.scm"
 
        "paper.scm"
-       "bla.scm"
        ))