]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/skips-in-lyric-mode-2.ly
Imported Upstream version 2.12.3
[lilypond.git] / input / lsr / skips-in-lyric-mode-2.ly
index 7d6a885fe9c7fb5f0443d2e704413197d6dbaf88..1c48689154d2beadccb1d3a663883c120ffb30f8 100644 (file)
@@ -1,19 +1,21 @@
 %% 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.3"
 
 \header {
   lsrtags = "rhythms, vocal-music"
- texidoc = "
-Although you can't use `s' in lyric mode (it's taken to be a literal s,
-not a space) you can use either \"\" or _.
 
-So for example:
-" }
-% begin verbatim
-<< 
- \relative c'' { a4 b c d }
- \new Lyrics \lyricmode { a4   _2  gap4 }
->>
+  texidoc = "
+Although @code{s} skips cannot be used in @code{\\lyricmode} (it is
+taken to be a literal \"s\", not a space), double quotes (@code{\"\"})
+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 }
+>>