X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fskips-in-lyric-mode.ly;h=e5d0dc5911e463ab538cf565ac5a273270972bd9;hb=6140c6eb657080939fa4aef3d00d717bd85b5028;hp=9c5cc3cb80217d18ae9b13aa8bc2c328d853a441;hpb=a0b2e9cf56fadc0c2c4f23d0e3aa34ba7eaaa0ae;p=lilypond.git diff --git a/input/lsr/skips-in-lyric-mode.ly b/input/lsr/skips-in-lyric-mode.ly index 9c5cc3cb80..e5d0dc5911 100644 --- a/input/lsr/skips-in-lyric-mode.ly +++ b/input/lsr/skips-in-lyric-mode.ly @@ -1,16 +1,20 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.38" +\version "2.12.0" \header { lsrtags = "rhythms, vocal-music" - texidoc = " -The s syntax is only available in note mode and chord mode. In other -situations, for example, when entering lyrics, you should use the -\\skip command. -" } -% begin verbatim + + 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 { a'2 a1 } - \new Lyrics \lyricmode { \skip 2 bla1 } + \relative { a'1 a } + \new Lyrics \lyricmode { \skip 1 bla1 } >>