Menu

#316 Ancient Music: scripts not centered with on notes with ligatures

Accepted
nobody
None
Ugly
2015-09-16
2007-02-26
Anonymous
No

Originally created by: *anonymous

Originally created by: *anonymous

Originally created by: gpermus@gmail.com

The \ictus has incorrect horizontal spacing, it should be centered under (or over, in some cases) the neume. It is too far to the left.
Regards, Tim.

\version "2.10.19"
\paper { ragged-right = ##t }

\include "gregorian-init.ly"
\score {
  <<
    \context VaticanaVoice = "cantus" {
      \override Script #'padding = #-0.1
      \clef "vaticana-do3"

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

      \[ s8 \]

    } %//end of cantus

    \lyricsto "cantus" \new Lyrics {
      Re- qui- em %aet\'{e}r- nam
    } %// end of lyrics
  >>
} %//end of score
1 Attachments

Discussion

  • Google Importer

    Google Importer - 2007-04-19

    Originally posted by: gpermus@gmail.com

    Labels: -Priority-Low Priority-Postponed

     
  • Google Importer

    Google Importer - 2010-02-18

    Originally posted by: paconet....@gmail.com

    It should be \include "gregorian.ly" nowadays.

    Owner changed because otherwise unable to comment: "Issue owner must be a project member"

    Owner: percival.music.ca

     
  • Google Importer

    Google Importer - 2010-02-18

    Originally posted by: percival.music.ca@gmail.com

    "owner" now means "the person fixing the issue".  I'm not touching ancient stuff.

    Owner: ---

     
  • Google Importer

    Google Importer - 2010-10-27

    Originally posted by: pku...@gmail.com

    Incidentally, in many cases it should be placed inside the staff lines, the current placement makes it really hard to see which note it might be belonging to.

     
  • Google Importer

    Google Importer - 2012-03-05

    Originally posted by: paconet....@gmail.com

    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-
        }
      >>
    }
    
     
  • Google Importer

    Google Importer - 2014-06-30

    Originally posted by: pkx1...@gmail.com

    Using example in comment #5 above I get the following output with 2.19.8

    Summary: Ancient Music: \ictus not centered
    Labels: -Priority-Postponed

     
  • Google Importer

    Google Importer - 2014-07-01

    Originally posted by: PhilEHol...@googlemail.com

    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 bug, 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 \]
        }
      >>
    }
    
     
  • Google Importer

    Google Importer - 2014-07-01

    Originally posted by: PhilEHol...@googlemail.com

    I'm changing the title of this issue, because the problem is that scripts are not centred when there is a ligature present.  The adding staccato marks to the code snippet above gives the image below, which has the same problem.

    Summary: Ancient Music: scripts not centered with on notes with ligatures
    Labels: -Type-Defect Type-Ugly

     

Log in to post a comment.