]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/formatting-lyrics-syllables.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / formatting-lyrics-syllables.ly
index b57aec0fcd74f2b4635ffcc5bf06c57afabdfd4b..54c13a8553d2517c1f74b568ec6b5bbf43f098f6 100644 (file)
@@ -1,27 +1,32 @@
 %% 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.38"
+\version "2.13.1"
 
 \header {
   lsrtags = "text, vocal-music"
- texidoc = "
-To format single lyrics syllables, you can simply use \\markup @{ ....
-@} on these lyrics!
-" }
-% begin verbatim
+
+  texidoc = "
+To format individual syllables in lyrics, use @code{\\markup @{ ....
+@}} on these lyrics.
+
+"
+  doctitle = "Formatting lyrics syllables"
+} % begin verbatim
+
 % Tip taken from http://lists.gnu.org/archive/html/lilypond-user/2007-12/msg00215.html
 \header {
-  title = "Markup can be used inside lyrics!" 
+  title = "Markup can be used inside lyrics!"
 }
 
-melody = \relative c'' { c4 c c c  }
-lyr = \lyricmode { 
-  Lyrics \markup { \italic can } \markup {\with-color #red contain } 
-  \markup {\fontsize #8 \bold "Markup!" } 
+mel = \relative c'' { c4 c c c }
+lyr = \lyricmode {
+  Lyrics \markup { \italic "can" } \markup {\with-color #red "contain" }
+  \markup {\fontsize #8 \bold "Markup!" }
 }
 
-\context Staff << 
-  \context Voice = "mel" << \melody >>
-  \context Lyrics \lyricsto "mel" \lyr
+<<
+  \context Voice = melody \mel
+  \context Lyrics \lyricsto melody \lyr
 >>
 
+