]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/phrasing-slur-engraver.cc
* lily/pango-font.cc (text_stencil): allow 'tight' bounds.
[lilypond.git] / lily / phrasing-slur-engraver.cc
index cb0c2e20bf9aaf646da43f314a9a37299080746d..1c14503adf42ce245749a3ff1ed7dc67ecfedc03 100644 (file)
   It is possible that a slur starts and ends on the same note.  At
   least, it is for phrasing slurs: a note can be both beginning and
   ending of a phrase.
+
 */
 
+/*
+  NOTE NOTE NOTE
+
+  This is largely similar to Slur_engraver. Check if fixes apply there too.  
+
+  (on principle, engravers don't use inheritance for code sharing)
+  
+ */
 class Phrasing_slur_engraver : public Engraver
 {
   Drul_array<Stream_event *> events_;