]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/skips-in-lyric-mode-2.ly
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / lsr / skips-in-lyric-mode-2.ly
index 7d6a885fe9c7fb5f0443d2e704413197d6dbaf88..99fb363298f3cdc2efdcee1c4fc6673b3d3dd6c3 100644 (file)
@@ -4,16 +4,16 @@
 
 \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 }
+>>