]> git.donarmstrong.com Git - lilypond.git/commitdiff
formatting nits
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 14 Dec 2006 14:15:29 +0000 (15:15 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 14 Dec 2006 14:15:29 +0000 (15:15 +0100)
lily/note-heads-engraver.cc
lily/vertical-align-engraver.cc

index 6c065af4f6f50f9b44503ecc97203cb7d20c9f24..7d976761dd9fbfdd512ad9d4af025c6b6b01feea 100644 (file)
@@ -9,8 +9,6 @@
 #include <cctype>
 using namespace std;
 
-#include "dots.hh"
-#include "dot-column.hh"
 #include "duration.hh"
 #include "item.hh"
 #include "output-def.hh"
index cbd79dad9acfba8556eb8069fe20834caca27173..830aa78fd7283ac2ea37f460fee266f110647769 100644 (file)
@@ -40,7 +40,10 @@ ADD_TRANSLATOR (Vertical_align_engraver,
                "Catch groups (staffs, lyrics lines, etc.) and stack "
                "them vertically.",
                /* create */ "VerticalAlignment",
-               /* read */ "alignAboveContext alignBelowContext",
+               /* read */
+               "alignAboveContext "
+               "alignBelowContext ",
+
                /* write */ "");
 
 Vertical_align_engraver::Vertical_align_engraver ()