X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fskips-in-lyric-mode.ly;fp=Documentation%2Fsnippets%2Fskips-in-lyric-mode.ly;h=f9efee48c7b8e07c1f71a8131d4a85b97dd09b5c;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=0000000000000000000000000000000000000000;hpb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;p=lilypond.git diff --git a/Documentation/snippets/skips-in-lyric-mode.ly b/Documentation/snippets/skips-in-lyric-mode.ly new file mode 100644 index 0000000000..f9efee48c7 --- /dev/null +++ b/Documentation/snippets/skips-in-lyric-mode.ly @@ -0,0 +1,25 @@ +%% DO NOT EDIT this file manually; it is automatically +%% generated from LSR http://lsr.dsi.unimi.it +%% Make any changes in LSR itself, or in Documentation/snippets/new/ , +%% and then run scripts/auxiliar/makelsr.py +%% +%% This file is in the public domain. +\version "2.14.0" + +\header { + lsrtags = "rhythms, vocal-music" + + texidoc = " +The @code{s} syntax for skips is only available in note mode and chord +mode. In other situations, for example, when entering lyrics, using the +@code{\\skip} command is recommended. + +" + doctitle = "Skips in lyric mode" +} % begin verbatim + +<< + \relative c'' { a1 | a } + \new Lyrics \lyricmode { \skip 1 bla1 } +>> +