]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix weird example -- all languages
authorFrancisco Vila <francisco.vila@hispalinux.es>
Tue, 24 Jun 2008 16:48:08 +0000 (18:48 +0200)
committerFrancisco Vila <francisco.vila@hispalinux.es>
Tue, 24 Jun 2008 16:48:08 +0000 (18:48 +0200)
Documentation/de/user/rhythms.itely
Documentation/es/user/rhythms.itely
Documentation/fr/user/rhythms.itely

index b709bb35006aeec366f68537f08319beccf1db3e..32c1044428b34fd459ecb2ae580f6c13bde7bac8 100644 (file)
@@ -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}.
index e824181fecf45d6cd7c8db37faa56da70f9abb24..fba4a079689a8058f6519d07bfbe744cd08578b8 100644 (file)
@@ -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
index 33c87ead029a58c626f8ff2a0965ed561d5dee0c..88b8e36e7b81be6bb11d70fc202b6d25e288291b 100644 (file)
@@ -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