Skips in lyric mode: Difference between revisions
Appearance
Rudi Guggt (talk | contribs) No edit summary |
Rudi Guggt (talk | contribs) m Undo revision 5558 by Rudi Guggt (talk) Tag: Undo |
||
| Line 1: | Line 1: | ||
The <code>s</code> syntax for | 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 12:40, 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 }
>>