Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1020)

Unified Diff: Documentation/es/notation/rhythms.itely

Issue 3693042: Fix 1456 (Closed)
Patch Set: Respond to Patrick's comments Created 13 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Documentation/de/notation/rhythms.itely ('k') | Documentation/fr/notation/rhythms.itely » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Documentation/es/notation/rhythms.itely
diff --git a/Documentation/es/notation/rhythms.itely b/Documentation/es/notation/rhythms.itely
index 38f53b13400b8b1c2d9d73eab43c414268fd2b29..6378b7ecec7f5388e58df7c1fa9a7ed2ef179c5d 100644
--- a/Documentation/es/notation/rhythms.itely
+++ b/Documentation/es/notation/rhythms.itely
@@ -7,7 +7,7 @@
Guide, node Updating translation committishes..
@end ignore
-@c \version "2.13.36"
+@c \version "2.13.44"
@node Duraciones
@section Duraciones
@@ -1096,7 +1096,6 @@ existentes se pueden cambiar, o pueden añadirse valores nuevos:
\score {
\relative c' {
\overrideTimeSignatureSettings
- #'Score % context
#'(4 . 4) % timeSignatureFraction
#'(1 . 4) % baseMomentFraction
#'(3 1) % beatStructure
@@ -1146,14 +1145,13 @@ compás se pueden restaurar a los valores originales:
\relative c' {
\repeat unfold 8 { c8 } |
\overrideTimeSignatureSettings
- #'Score % context
#'(4 . 4) % timeSignatureFraction
#'(1 . 4) % baseMomentFraction
#'(3 1) % beatStructure
#'((end . (((1 . 8) . (3 1))))) % beamExceptions
\time 4/4
\repeat unfold 8 { c8 } |
- \revertTimeSignatureSettings #'Score #'(4 . 4)
+ \revertTimeSignatureSettings #'(4 . 4)
\time 4/4
\repeat unfold 8 { c8 } |
}
« no previous file with comments | « Documentation/de/notation/rhythms.itely ('k') | Documentation/fr/notation/rhythms.itely » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b