]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/skips-in-lyric-mode-2.ly
Merge master into nested-bookparts
[lilypond.git] / input / lsr / skips-in-lyric-mode-2.ly
index ef20dd442ed6fedd37e79c61c21f6a3b14a770c7..ab23553684f4dd11afd2d91387545c4386bfc3ea 100644 (file)
@@ -1,18 +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.
-%% Tags: rhythms, vocal-music
-\version "2.11.35"
+\version "2.11.62"
 
-\header { 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 }
->>
+\header {
+  lsrtags = "rhythms, vocal-music"
 
+  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 }
+>>