]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/mensural-ligature-engraver.cc
* lily/accidental-placement.cc (position_accidentals): bugfix in
[lilypond.git] / lily / mensural-ligature-engraver.cc
index 299d7644474b01e3c18bd542183e914becd29635..541df714014f9f3374467afe41ce6df185b61d2d 100644 (file)
@@ -54,7 +54,7 @@ protected:
   virtual void build_ligature (Spanner *ligature, Array<Grob_info> primitives);
 
 public:
-  TRANSLATOR_DECLARATIONS(Mensural_ligature_engraver);
+  TRANSLATOR_DECLARATIONS (Mensural_ligature_engraver);
 
 private:
   int apply_transition (Array<Grob_info> primitives,
@@ -337,7 +337,7 @@ Mensural_ligature_engraver::transform_heads (Array<Grob_info> primitives)
  * these properties via the concrete Ligature grob (like
  * MensuralLigature) and then copy these properties as necessary to
  * each of the NoteHead grobs.  This is what
- * propagate_properties() does.
+ * propagate_properties () does.
  */
 void
 Mensural_ligature_engraver::propagate_properties (Spanner *ligature,