Skips in lyric mode (2): Difference between revisions
Appearance
Rudi Guggt (talk | contribs) m [[]] |
Rudi Guggt (talk | contribs) m Undo revision 5557 by Rudi Guggt (talk) Tag: Undo |
||
| Line 1: | Line 1: | ||
Although <samp>s</samp> | Although <samp>s</samp> skips cannot be used in <code>\lyricmode</code> (it is taken to be a literal “s”, not a space), double quotes (<code>""</code>) or underscores (<code>_</code>) are available. | ||
So for example: | So for example: | ||
Revision as of 12:41, 8 December 2025
Although s skips cannot be used in \lyricmode (it is taken to be a literal “s”, not a space), double quotes ("") or underscores (_) are available.
So for example:
\version "2.24"
<<
\relative c'' { a4 b c d }
\new Lyrics \lyricmode { a4 "" _ gap }
>>