% example three
% morae, pt 2

\version "2.17.7"

\include "gregorian.ly"

\score { % right
  \new VaticanaVoice  {
    \[ \augmentum f \] \[ \augmentum a \]
  }
}

% we join both notes into a neuma
\score { % wrong: where is the first dot?
  \new VaticanaVoice  {
    \[ \augmentum f \pes \augmentum a \]
  }
}
