Skips in lyric mode: Difference between revisions
Appearance
m New category |
Rudi Guggt (talk | contribs) No edit summary |
||
| 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"> | <lilypond version="2.24"> | ||
Revision as of 11:46, 8 December 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 }
>>