]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/formatting-lyrics-syllables.ly
resolve merge
[lilypond.git] / input / lsr / formatting-lyrics-syllables.ly
diff --git a/input/lsr/formatting-lyrics-syllables.ly b/input/lsr/formatting-lyrics-syllables.ly
deleted file mode 100644 (file)
index a126c87..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-%% 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.12.3"
-
-\header {
-  lsrtags = "text, vocal-music"
-
-  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!"
-}
-
-mel = \relative c'' { c4 c c c }
-lyr = \lyricmode {
-  Lyrics \markup { \italic "can" } \markup {\with-color #red "contain" }
-  \markup {\fontsize #8 \bold "Markup!" }
-}
-
-<<
-  \context Voice = melody \mel
-  \context Lyrics \lyricsto melody \lyr
->>
-
-