]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/font-size-engraver.hh
release: 1.1.51
[lilypond.git] / lily / include / font-size-engraver.hh
index 841bf839bfd4ae8416f2f391b965c482fc9bcbd9..0edef5be86e4db8908b024867e1a47475e48cb80 100644 (file)
 
 #include "engraver.hh"
 
+/**
+   Set font size on elements that do not have a fontsize set yet.
+
+   Reads context property fontSize.
+
+   Writes element property fontsize 
+ */
 class Font_size_engraver : public Engraver {
   int size_i_;
 protected: