Dimitrios Sykias <dimitriossyk...@gmail.com> writes:

> Is it possible to place lyrics above staff using \addlyrics? I tried
> “\addlyrics { \with { alignAboveContext = "staff" }” but it didn’t
> work. Thanks!

It does here.

\new Staff = "staff" {
  c'1
} \addlyrics \with { alignAboveContext = "staff"} { Om }

Maybe you are not clear about what the name behind alignAboveContext
signifies?  You need to have a VerticalAxis carrying context at the same
level with the given _name_, not with a particular _type_.

-- 
David Kastrup

Reply via email to