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

Unified Diff: Documentation/changes.tely

Issue 7404046: changes.tely: deal with \transposition and instrumentTransposition changes (Closed)
Patch Set: Fix Texinfo error, swap items like Trevor suggested Created 12 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Documentation/changes.tely
diff --git a/Documentation/changes.tely b/Documentation/changes.tely
index d3eb33d83b09a258b0ede114ae0ded72b4034eef..dab40a311297339e0686d820f7704877dd16d10d 100644
--- a/Documentation/changes.tely
+++ b/Documentation/changes.tely
@@ -62,6 +62,29 @@ which scares away people.
@end ignore
@item
+The meaning of @code{instrumentTransposition} has been reversed.
+After
+@example
+\set instrumentTransposition = #@{ b #@}
+@end example
+a written @code{c'} now sounds like @code{b}. Previously, this
+would have been the other way round. This and the following change
Keith 2013/02/27 05:58:58 Maybe "With the related change to @code{\transpose
+should make dealing with transposing instruments more
+straightforward.
+
+@item
+The music generated by @code{\set} and @code{\override} commands
+is no longer affected by @code{\transpose}. The main consequence
+is that @code{\transpose} will transpose audible/@/concert pitch and
+printed pitch by the same amount even when the transposed music
+contains @code{\transposition}. Previously,
+@example
+\transpose c' f' \transposition bes'
+@end example
+was equivalent to @code{\transposition f'}. Now it stays
Keith 2013/02/27 05:58:58 (and @code{\whateverItWasCalled f'} is available i
+equivalent to @code{\transposition bes'}.
+
+@item
Tuplets are now created with the @code{\tuplet} command, which
takes a fraction @code{@var{t}/@var{n}} to specify that @var{t}
notes are played in the time usually allowed for @var{n}. One
« no previous file with comments | « no previous file | no next file » | no next file with comments »

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