lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Adding phonetic pronunciation to a staff?


From: Jean Abou Samra
Subject: Re: Adding phonetic pronunciation to a staff?
Date: Sat, 26 Aug 2023 10:27:58 +0200
User-agent: Evolution 3.48.4 (3.48.4-1.fc38)

Hi,

I'd do it like this:

\version "2.24.1"

<<
  \new Voice = "mus" { \repeat unfold 64 { c'8 } }
  \new Lyrics \lyricsto "mus" { \repeat unfold 64 foo }
  \new Lyrics <<
    \after 1*4 \lyricmode { aah } <>
    \after 1*5 \after 2. \lyricmode { haa } <> <>
  >>
  \new Lyrics \lyricsto "mus" { \repeat unfold 64 bar }
>>


Jean

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]