X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fskips-in-lyric-mode-2.ly;h=e9e25e9756da85e1d29c5a99819004fc93e01cad;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=8e3936b53361c429d0cd6930b33303b96a18cb2a;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git diff --git a/Documentation/snippets/skips-in-lyric-mode-2.ly b/Documentation/snippets/skips-in-lyric-mode-2.ly index 8e3936b533..e9e25e9756 100644 --- a/Documentation/snippets/skips-in-lyric-mode-2.ly +++ b/Documentation/snippets/skips-in-lyric-mode-2.ly @@ -4,10 +4,10 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.0" +\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 @@ -18,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 } >> -