Comment #8 on issue 316 by [email protected]: Ancient Music:
\ictus not centered
http://code.google.com/p/lilypond/issues/detail?id=316
FWIW, this turns out not to be an issue with the ictus itself, but when it
is drawn inside a ligature. The example given does not need a ligature (as
I understand it), since ligatures represent combinations of multiple notes,
which "\[ f \ictus \]" is not. Please see code below and image. Note: I'm
not saying this is not a but, but rather it concerns how ligatures affect
the drawing of the ictus.
\version "2.15.29"
\include "gregorian.ly"
\score {
<<
\new VaticanaVoice = "cantus" {
\override Script #'padding = #0
\clef "vaticana-do3"
f \ictus
\[ f \ictus \]
}
>>
}
Attachments:
316mod.png 1.2 KB
--
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