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/putting-lyrics-inside-the-staff.ly | |
parent | 2d52187d5492ce7492c78fc8f1dca4aa7b702ba0 (diff) |
Update snippets from today's LSR with changed makelsr.py
Diffstat (limited to 'Documentation/snippets/putting-lyrics-inside-the-staff.ly')
-rw-r--r-- | Documentation/snippets/putting-lyrics-inside-the-staff.ly | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Documentation/snippets/putting-lyrics-inside-the-staff.ly b/Documentation/snippets/putting-lyrics-inside-the-staff.ly index 1bbc1511c3..cc6fc08941 100644 --- a/Documentation/snippets/putting-lyrics-inside-the-staff.ly +++ b/Documentation/snippets/putting-lyrics-inside-the-staff.ly @@ -9,17 +9,6 @@ \header { lsrtags = "staff-notation, text, vocal-music" -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Des paroles peuvent venir s'inscrire dans la portée même. Ces paroles -sont décalées par la dérogation @code{\\override LyricText -#'extra-offset = #'(0 . dimension)} ; des commandes similaires -s'occuperont des extenseurs et des tirets. Le décalage optimal ne peut -s'obtenir qu'en procédant à tâtons. - -" - doctitlefr = "Impression des paroles dans la portée" - texidoc = " Lyrics can be moved vertically to place them inside the staff. The lyrics are moved with @code{\\override LyricText #'extra-offset = #'(0 @@ -40,4 +29,3 @@ hyphens. The offset needed is established with trial and error. \override LyricHyphen #'extra-offset = #'(0 . 8.6) } \lyricsto "voc" { La la -- la __ _ la } >> - |