For some reason I can't fathom, every capital N in my lyrics is being
replaced with U+1ECA (Latin Capital Letter I with Dot Below). I'm on
macos Sonoma 14.6 running Frescobaldi 3.3.0, which calls out to
lilypond 2.24.4. What could possibly be causing this?

Here's the source:
```
\version "2.18.2"

#(set-default-paper-size "letter")
#(set-global-staff-size 18)

global = { \key c \major \time 4/4}

partOneMusic = \relative {
  \clef "treble"
  g'2 f \bar "|."
}
partOneWords = \lyricmode {
Na Na
}

\score {
  <<
    %%{
    \new ChoirStaff <<
      \new Staff = "PartOne" <<
        \set Staff.midiInstrument = "piano"
        \new Voice = "partOneVoice" {
          \global
          \partOneMusic
        }
      >>
      \new Lyrics \lyricsto "partOneVoice" {
        \partOneWords
      }
    >>  % end ChoirStaff
  >>
  \layout { }
  \midi {  }
}

\header{
  title = "WTF?"
  composer = ""
  tagline=""
}
```

It renders the lyrics as "Ịa Ịa".  Any idea why?
-- 
Mike Stay - metaw...@gmail.com
https://math.ucr.edu/~mike
https://reperiendi.wordpress.com

Reply via email to