> Le 6 oct. 2023 à 14:18, Dimitrios Sykias <dimitriossyk...@gmail.com> a écrit :
> 
> Is it possible to place lyrics above staff using \addlyrics? I tried 
> “\addlyrics  { \with { alignAboveContext = "staff" }” but it didn’t work. 
> Thanks!


{ ... } \addlyrics { ... }

is a shorthand for

<<
  \new Voice = "voice-name" { ... }
  \new Lyrics \lyricsto "voice-name" { ... }
>>

You should use the "expanded" form and insert \with { ... } between \new Lyrics 
and \lyricsto.

BTW: I had to approve your message manually because you're subscribed to the 
list with a different adress.




Reply via email to