Status: Accepted
Owner: ----
Labels: Type-Defect
New issue 1379 by RalphBugList: augmentum in Gregorian notation compromises
layout and is applied to wrong (groups of) notes
http://code.google.com/p/lilypond/issues/detail?id=1379
The augmentum command is applied to wrong notes (it is to be used as a
prefix).
The layout is also compromised.
The 3-4 lines demonstrate that the workaround suggested in the
documentation also helps nothing, just messes around the score layout even
more.
\include "gregorian.ly"
\score {
\new VaticanaVoice {
\augmentum {\[g\melisma\pes a\melismaEnd\]} \[g\melisma\pes
a\melismaEnd\] \finalis
\[g\melisma\pes a\melismaEnd\] \augmentum{\[g\melisma\pes
a\melismaEnd\]} \finalis
\augmentum {\[g\melisma\pes a\melismaEnd\]} \[g\melisma\pes
a\melismaEnd\] s64 \finalis
\[g\melisma\pes a\melismaEnd\] \augmentum{\[g\melisma\pes
a\melismaEnd\]} s64 \finalis
}
}
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond