Comment #5 on issue 316 by [email protected]: ancient \ictus not centered
http://code.google.com/p/lilypond/issues/detail?id=316

To ease testing, here is an updated code for current development version.

\version "2.15.29"
\include "gregorian.ly"
\score {
  <<
    \new VaticanaVoice = "cantus" {
      \override Script #'padding = #0
      \clef "vaticana-do3"

      \[ f\melisma f \pes g\melismaEnd \]
      f
      \[ f \ictus \]
      \[ f \pes g\ictus \pes a \]
    }

    \new Lyrics \lyricsto "cantus" {
      Re -- qui -- em ae-
    }
  >>
}


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

Reply via email to