Comment #2 on issue 1379 by [email protected]: augmentum in Gregorian notation compromises layout and is applied to wrong (groups of) notes
http://code.google.com/p/lilypond/issues/detail?id=1379

These examples show that the augmentum spacing depends on notes befores as well as notes after.

\include "gregorian.ly"

\markup{ not bad }
\score {
  \new VaticanaVoice \relative f {
    \augmentum{\[ a \melisma \flexa  d, \melismaEnd \] }
    f
  }

}

\markup{ bad }
\score {
  \new VaticanaVoice \relative f {
    \augmentum{\[ a \melisma \flexa  d, \melismaEnd \] }
  }

}

\markup{ bad }
\score {
  \new VaticanaVoice \relative f {
    \augmentum{\[ a \melisma \flexa  d, \melismaEnd \] }
    \[
    f4 \melisma g \pes a
    \]
  }

}


\markup{ previous note added. Worse }
\score {
  \new VaticanaVoice \relative f {
    g % previous note added
    \augmentum{ \[ a \melisma \flexa  d, \melismaEnd \] }
    \[
    f4 \melisma g \pes a
    \]
  }

}



Attachments:
        document.png  10.0 KB


_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to