% example two
% morae

\version "2.17.7"

\include "gregorian.ly"

\score { % right
  \new VaticanaVoice {
    \[ a \flexa g \]
  }
}

%now we add augmentation dots
\score { % wrong: one dot collides, the other is too high
  \new VaticanaVoice  {
    \[ \augmentum a \flexa \augmentum g \]
  }
}
