Jump to content

Skips in lyric mode: 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 1: Line 1:
The <code>s</code> syntax for skips is only available in note mode and chord mode. In other situations, for example, when entering lyrics, using the <code>\skip</code> command is recommended.
The <code>s</code> syntax for skips is only available in note mode and chord mode. In other situations, for example, when entering lyrics, using the <code>\skip</code> command is recommended.


<lilypond version="2.24.0">
<lilypond version="2.24">
<<
<<
   \relative c'' { a1 | a }
   \relative c'' { a1 | a }

Revision as of 18:56, 16 November 2025

The s syntax for skips is only available in note mode and chord mode. In other situations, for example, when entering lyrics, using the \skip command is recommended.

\version "2.24"

<<
  \relative c'' { a1 | a }
  \new Lyrics \lyricmode { \skip 1 bla1 }
>>