]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/skips-in-lyric-mode-2.ly
resolve merge
[lilypond.git] / Documentation / snippets / skips-in-lyric-mode-2.ly
diff --git a/Documentation/snippets/skips-in-lyric-mode-2.ly b/Documentation/snippets/skips-in-lyric-mode-2.ly
new file mode 100644 (file)
index 0000000..8e3936b
--- /dev/null
@@ -0,0 +1,25 @@
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
+%% This file is in the public domain.
+\version "2.14.0"
+
+\header {
+  lsrtags = "rhythms, vocal-music"
+
+  texidoc = "
+Although @code{s} skips cannot be used in @code{\\lyricmode} (it is
+taken to be a literal @qq{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 }
+>>
+