denemo-devel
[Top][All Lists]
Advanced

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

[Denemo-devel] Vertically centred common lyrics


From: Andreas Schneider
Subject: [Denemo-devel] Vertically centred common lyrics
Date: Wed, 9 Oct 2019 22:36:12 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

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



reply via email to

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