Jump to content

Skips in lyric mode (2): Difference between revisions

From LilyPond wiki
Import snippet from LSR
 
m Replace version="2.24.0" with version="2.24" now that the LilyWiki extension supports auto-selecting the latest release in a stable series
Line 3: Line 3:
So for example:
So for example:


<lilypond version="2.24.0">
<lilypond version="2.24">
<<
<<
   \relative c'' { a4 b c d }
   \relative c'' { a4 b c d }

Revision as of 18:53, 16 November 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 }
>>