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/positioning-segno-and-coda-with-line-break.ly | |
parent | 2d52187d5492ce7492c78fc8f1dca4aa7b702ba0 (diff) |
Update snippets from today's LSR with changed makelsr.py
Diffstat (limited to 'Documentation/snippets/positioning-segno-and-coda-with-line-break.ly')
-rw-r--r-- | Documentation/snippets/positioning-segno-and-coda-with-line-break.ly | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Documentation/snippets/positioning-segno-and-coda-with-line-break.ly b/Documentation/snippets/positioning-segno-and-coda-with-line-break.ly index e264076747..db68e01083 100644 --- a/Documentation/snippets/positioning-segno-and-coda-with-line-break.ly +++ b/Documentation/snippets/positioning-segno-and-coda-with-line-break.ly @@ -9,16 +9,6 @@ \header { lsrtags = "breaks, workaround, repeats, symbols-and-glyphs" -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Le code ci-dessous permet d'adjoindre à un signe @emph{segno} un texte -@emph{D.S. al Coda}, là où se trouverait normalement un bout de portée. -La @emph{coda} entamera une nouvelle ligne. Une variante, indiquée ici -même, permet de laisser la @emph{coda} sur la même ligne. - -" - doctitlefr = "Positionnement des segno et coda (avec saut de ligne)" - texidoc = " If you want to place an exiting segno sign and add text like @qq{D.S. al Coda} next to it where usually the staff lines are you can use this @@ -30,7 +20,6 @@ line. doctitle = "Positioning segno and coda (with line break)" } % begin verbatim - { \clef treble \key g \major @@ -131,4 +120,3 @@ line. \bar"|." } } - |