X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpitch-squash-engraver.cc;h=60f213338c67f61ab6fe89e179b966904cdcf177;hb=b38fd63a19190741c0c19faf6a904af82c3f434c;hp=1ad824ee079d24f5e17d1b9f4cb53699f758d426;hpb=55ac733b69643a6bc6a83b706c65cb56efd388ef;p=lilypond.git diff --git a/lily/pitch-squash-engraver.cc b/lily/pitch-squash-engraver.cc index 1ad824ee07..60f213338c 100644 --- a/lily/pitch-squash-engraver.cc +++ b/lily/pitch-squash-engraver.cc @@ -46,18 +46,18 @@ Pitch_squash_engraver::Pitch_squash_engraver () #include "translator.icc" ADD_ACKNOWLEDGER (Pitch_squash_engraver, note_head); ADD_TRANSLATOR (Pitch_squash_engraver, - /* doc */ - "Set the vertical position of note heads to" - " @code{squashedPosition}, if that property is set. This can" - " be used to make a single-line staff demonstrating the" - " rhythm of a melody.", + /* doc */ + "Set the vertical position of note heads to" + " @code{squashedPosition}, if that property is set. This can" + " be used to make a single-line staff demonstrating the" + " rhythm of a melody.", - /* create */ - "", + /* create */ + "", - /* read */ - "squashedPosition ", + /* read */ + "squashedPosition ", - /* write */ - "" - ); + /* write */ + "" + );