]> 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..b888a0952d7711fca163738a9766771f0a615280 100644 (file)
@@ -5,15 +5,12 @@
 \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:
+Although you can't use @code{s} in @code{\\lyricmode} (it's taken to be
+a literal \"s\", not a space) you can use either @code{\"\"} or
+@code{_}So for example: 
 " }
 % begin verbatim
-<< 
- \relative c'' { a4 b c d }
\new Lyrics \lyricmode { a4   _2  gap4 }
+<<
 \relative c'' { a4 b c d }
 \new Lyrics \lyricmode { a4 "" _ gap }
 >>
-
-