What is the best way to input vertically centred common lyrics (see
http://lilypond.org/doc/v2.18/Documentation/snippets/vocal-music#vocal-music-vertically-centered-common-lyrics)
in Denemo? I used the Score > Lilypond Definition feature to define
commands dropLyrics and revertLyrics similar as in the snippet,

dropLyrics = {
  \override LyricText.extra-offset = #'(0 . -1.5)
  \override LyricHyphen.extra-offset = #'(0 . -1.5)
  \override LyricExtender.extra-offset = #'(0 . -1.5)
}
revertLyrics = {
  \revert LyricText.extra-offset
  \revert LyricHyphen.extra-offset
  \revert LyricExtender.extra-offset
}

and used those commands in the lyrics pane, but I wonder whether there
is a better way to do that?

Andreas

_______________________________________________
Denemo-devel mailing list
Denemo-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/denemo-devel

Reply via email to