diff options
author | John Mandereau <john.mandereau@gmail.com> | 2012-07-17 18:18:47 +0200 |
---|---|---|
committer | John Mandereau <john.mandereau@gmail.com> | 2012-07-17 18:18:47 +0200 |
commit | f22c889b1389cb7d761580762fe77973780f2f86 (patch) | |
tree | d325b60ea9e43c4094814635d61ab92bc2f68046 /Documentation/snippets/skips-in-lyric-mode.ly | |
parent | 2d52187d5492ce7492c78fc8f1dca4aa7b702ba0 (diff) |
Update snippets from today's LSR with changed makelsr.py
Diffstat (limited to 'Documentation/snippets/skips-in-lyric-mode.ly')
-rw-r--r-- | Documentation/snippets/skips-in-lyric-mode.ly | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Documentation/snippets/skips-in-lyric-mode.ly b/Documentation/snippets/skips-in-lyric-mode.ly index 5f8e5a1dc2..9b9aee5093 100644 --- a/Documentation/snippets/skips-in-lyric-mode.ly +++ b/Documentation/snippets/skips-in-lyric-mode.ly @@ -9,16 +9,6 @@ \header { lsrtags = "really-simple, rhythms, vocal-music" -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -La syntaxe @code{s} qui permet de « faire un saut dans le temps » n'est -disponible qu'en mode notes et en mode accords. Dans les autres -situations, comme en mode paroles par exemple, la commande @code{\\skip} -produit les mêmes effets. - -" - doctitlefr = "Sauts de notes en mode paroles" - texidoc = " The @code{s} syntax for skips is only available in note mode and chord mode. In other situations, for example, when entering lyrics, using the @@ -33,4 +23,3 @@ mode. In other situations, for example, when entering lyrics, using the \relative c'' { a1 | a } \new Lyrics \lyricmode { \skip 1 bla1 } >> - |