Gregorio GABC add text above notes?
  • probe
    Posts: 107
    I want to add a line of text in the middle of a score as an explanatory note for the next section.
    At PA(hr)ter
    I have tried PA(hr[Alt:heading])ter
    and PA(hr)[Alt:heading]ter
    and PA(hr<alt>heading<alt>)ter

    They all give me Latex errors. How can that be done, please?
  • Your last one is close, but put it outside the parentheses (and don't forget the slash on the second one) and before the syllable you want it above:

    <alt>heading</alt>PA(hr)ter(h)
    Thanked by 1probe
  • probe
    Posts: 107
    Thank you Charles! Would you also know how to get a tie over two notes to help new readers recognise that two successive neumes the same (gg) mean a longer note? The notation in the help doc [ob:0{](gg)[ob:0}] also gives errors.
  • MatthewRoth
    Posts: 3,389
    It would be in between the parentheses if anything.

    Stuff outside of parentheses is text: words and other symbols, unless it’s between tags as is the case with this form of alt.
    Thanked by 1probe
  • If you want to tie those two notes (g) together with a regular curly brace (like a tie in modern music), the (gg) can be replaced with

    (g[ob:1{]g[ob:0}])

    As Matthew pointed out, these go inside the parentheses. You will need to compile twice to get the spacing right.
    Thanked by 1probe
  • probe
    Posts: 107
    Thank you both. I'm using run.gregoriochant.org so compilation does not apply to me. This is what I have been working on: an illustration for a talk on chant showing Solesmes notation, a simplified version to show what the compound neumes expand to, a five-line staff notation with a key signature (already limiting singers' choice) and stemless notes, and conventional modern notation with a rigid time signature which shows an awkward splitting of notes over bar lines.
    Pater si non potest (4 styles).pdf
    257K
  • MatthewRoth
    Posts: 3,389
    Chonak happily runs latexmk so it automatically compiles twice. 6.2 is coming out soon (the beta is out) and will eliminate a lot of these second passes.

    I will still run latexmk because it’s harmless if you don’t need it. But I sometimes have cross references, which require multiple passes in LaTeX.
    Thanked by 1probe