From: Francisco Vila Date: Tue, 24 Jun 2008 16:48:08 +0000 (+0200) Subject: Fix weird example -- all languages X-Git-Tag: release/2.11.50-1~12^2~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e365188fb34f7ed2825bc2e2627b11dabb0d055d;p=lilypond.git Fix weird example -- all languages --- diff --git a/Documentation/de/user/rhythms.itely b/Documentation/de/user/rhythms.itely index b709bb3500..32c1044428 100644 --- a/Documentation/de/user/rhythms.itely +++ b/Documentation/de/user/rhythms.itely @@ -1164,25 +1164,22 @@ Situation erreicht werden mit Verzierungen könne gezwungen werden, den Hauptnoten entsprechend aufgeteilt zu werden. -@lilypond[relative=2,ragged-right] +@lilypond[verbatim,quote,relative=2] << \override Score.SpacingSpanner #'strict-grace-spacing = ##t \new Staff { - c'4 - \afterGrace - c'4 - { c'16[ c'8 c'16] } - c'4 - } + c4 + \afterGrace c4 { c16[ c8 c16] } + c4 r + } \new Staff { - c'16[ c'16 c'16 c'16] - c'16[ c'16 c'16 c'16] - c'4 + c16 c c c c c c c c4 r } >> @end lilypond + @seealso Programmreferenz: @rinternals{GraceMusic}. diff --git a/Documentation/es/user/rhythms.itely b/Documentation/es/user/rhythms.itely index e824181fec..fba4a07968 100644 --- a/Documentation/es/user/rhythms.itely +++ b/Documentation/es/user/rhythms.itely @@ -1,6 +1,6 @@ @c -*- coding: utf-8; mode: texinfo; -*- @ignore - Translation of GIT committish: 2ac76a5b0a5572cb259f22751764acfe431bfff2 + Translation of GIT committish: b9d7f2392b815947674db6c6181e9fb550842fab When revising a translation, copy the HEAD committish of the version that you are working on. See TRANSLATION for details. @@ -2035,22 +2035,21 @@ en otras situaciones mediante @code{\override Stem #'stroke-style = @commonprop -Se puede forzar que las notas de adorno utilicen espaciado flotante, +Se puede forzar la alineación de las notas de adorno con las notas +normales de los otros pentagramasGrace notes may be forced to use +align with regular notes estableciendo @code{strict-grace-spacing} al +valor ##t: -@lilypond[relative=2,ragged-right] +@lilypond[verbatim,quote,relative=2] << \override Score.SpacingSpanner #'strict-grace-spacing = ##t \new Staff { - c'4 - \afterGrace - c'4 - { c'16[ c'8 c'16] } - c'4 - } + c4 + \afterGrace c4 { c16[ c8 c16] } + c4 r + } \new Staff { - c'16[ c'16 c'16 c'16] - c'16[ c'16 c'16 c'16] - c'4 + c16 c c c c c c c c4 r } >> @end lilypond diff --git a/Documentation/fr/user/rhythms.itely b/Documentation/fr/user/rhythms.itely index 33c87ead02..88b8e36e7b 100644 --- a/Documentation/fr/user/rhythms.itely +++ b/Documentation/fr/user/rhythms.itely @@ -1600,20 +1600,16 @@ Le trait que l'on trouve sur les hampes des accacciatures peut Il est possible de forcer l'élasticité de l'espacement des notes d'agrément. -@lilypond[relative=2,ragged-right] +@lilypond[verbatim,quote,relative=2] << \override Score.SpacingSpanner #'strict-grace-spacing = ##t \new Staff { - c'4 - \afterGrace - c'4 - { c'16[ c'8 c'16] } - c'4 - } + c4 + \afterGrace c4 { c16[ c8 c16] } + c4 r + } \new Staff { - c'16[ c'16 c'16 c'16] - c'16[ c'16 c'16 c'16] - c'4 + c16 c c c c c c c c4 r } >> @end lilypond