]> 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 1b1e6f3868b4a7bcf8681c8d73c66ceebb71b978..b888a0952d7711fca163738a9766771f0a615280 100644 (file)
@@ -7,12 +7,10 @@
  texidoc = "
 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: 
+@code{_}So for example: 
 " }
 % begin verbatim
-<< 
+<<
   \relative c'' { a4 b c d }
-  \new Lyrics \lyricmode { a4 _2 gap4 }
+  \new Lyrics \lyricmode { a4 "" _ gap }
 >>
-
-