]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/skips-in-lyric-mode-2.ly
Merge branch 'master' of ssh://jeancharlesm@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / lsr / skips-in-lyric-mode-2.ly
index 558259919c027fe562eeb87a8c726672e23f423b..b0b8c895ba939ce2ada4a00640e9aedc8477fedc 100644 (file)
@@ -1,19 +1,19 @@
 %% 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.35"
+\version "2.11.52"
 
 \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 }
+>>