]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/skips-in-lyric-mode-2.ly
Merge branch 'master' into nested-bookparts
[lilypond.git] / input / lsr / skips-in-lyric-mode-2.ly
index 558259919c027fe562eeb87a8c726672e23f423b..fde276f18f4f613e2b5df1e9325efd1a075b2391 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.57"
 
 \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 }
+>>