Comment #1 on issue 3426 by [email protected]: \omit Dots acts like \hide Dots
http://code.google.com/p/lilypond/issues/detail?id=3426

This is a workaround:

#(define-public (Omitted_dots_killer ctx)
   (make-engraver
    (acknowledgers
     ((dots-interface trans dot source)
      (if (eq? (ly:grob-property dot 'stencil) #f)
          (ly:grob-suicide! dot))))))

\layout {
  \context {
    \Staff \consists #Omitted_dots_killer
  }
}


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to