]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/skips-in-lyric-mode.ly
Add a TODO comment re grace note spacing.
[lilypond.git] / input / lsr / skips-in-lyric-mode.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.11.35"
4
5 \header {
6   lsrtags = "rhythms, vocal-music"
7  texidoc = "
8 The s syntax is only available in note mode and chord mode. In other
9 situations, for example, when entering lyrics, you should use the
10 \\skip command.
11 " }
12 % begin verbatim
13 <<
14   \relative { a'2 a1 }
15   \new Lyrics \lyricmode { \skip 2 bla1 }
16 >>