X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fskips-in-lyric-mode-2.ly;h=e9e25e9756da85e1d29c5a99819004fc93e01cad;hb=a2f44bbf0e76840f333f4d8a8f0db6689239f7fb;hp=eb4c96364e91d8d76b9f962f96985020d5abfbb5;hpb=0b55335aeca1de539bf1125b717e0c21bb6fa31b;p=lilypond.git diff --git a/Documentation/snippets/skips-in-lyric-mode-2.ly b/Documentation/snippets/skips-in-lyric-mode-2.ly index eb4c96364e..e9e25e9756 100644 --- a/Documentation/snippets/skips-in-lyric-mode-2.ly +++ b/Documentation/snippets/skips-in-lyric-mode-2.ly @@ -1,10 +1,13 @@ -%% Do not edit this file; it is automatically +%% 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.13.20" +\version "2.16.0" \header { - lsrtags = "rhythms, vocal-music" + lsrtags = "really-simple, rhythms, vocal-music" texidoc = " Although @code{s} skips cannot be used in @code{\\lyricmode} (it is @@ -15,8 +18,8 @@ or underscores (@code{_}) are available.So for example: doctitle = "Skips in lyric mode (2)" } % begin verbatim + << \relative c'' { a4 b c d } \new Lyrics \lyricmode { a4 "" _ gap } >> -