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

Unified Diff: Documentation/fr/notation/pitches.itely

Issue 5341049: Issue 2024: Let #{ ... #} pass its $ handling to environment cloning (Closed)
Patch Set: Ran convert-ly on scm/*.scm, just a single character changed. Created 12 years, 4 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/extending/scheme-tutorial.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/fr/notation/pitches.itely
diff --git a/Documentation/fr/notation/pitches.itely b/Documentation/fr/notation/pitches.itely
index 55f7598182c76fdf6989db016abbac17f4a97a75..f0377bb61d89d2238d1e3f340c64b706faae2603 100644
--- a/Documentation/fr/notation/pitches.itely
+++ b/Documentation/fr/notation/pitches.itely
@@ -7,7 +7,7 @@
Guide, node Updating translation committishes..
@end ignore
-@c \version "2.14.0"
+@c \version "2.15.18"
@c Translators: Frédéric Chiasson
@c Translation checkers: Valentin Villenave, Jean-Charles Malahieude
@@ -1213,7 +1213,7 @@ suivante@tie{}:
@example
\new Staff <<
- #(set-accidental-style 'voice)
+ $(set-accidental-style 'voice)
@{ @dots{} @}
>>
@end example
@@ -1227,7 +1227,7 @@ utiliser, pour que toutes les portées d'un même système -- contexte
@code{StaffGroup} -- soient soumises à la même règle@tie{}:
@example
-#(set-accidental-style 'voice 'StaffGroup)
+$(set-accidental-style 'voice 'StaffGroup)
@end example
Nous vous présentons ci-après les différentes régles d'altération prises
@@ -1270,11 +1270,11 @@ musicB = {
\new PianoStaff {
<<
\context Staff = "up" {
- #(set-accidental-style 'default)
+ $(set-accidental-style 'default)
\musicA
}
\context Staff = "down" {
- #(set-accidental-style 'default)
+ $(set-accidental-style 'default)
\musicB
}
>>
@@ -1289,7 +1289,7 @@ dernières lignes de cet exemple nous intéressent.
<<
\context Staff = "haut" @{
%%% voici la ligne à modifier en conséquence :
- #(set-accidental-style 'default 'Score)
+ $(set-accidental-style 'default 'Score)
\musicA
@}
\context Staff = "bas" @{
@@ -1351,11 +1351,11 @@ musicB = {
\new PianoStaff {
<<
\context Staff = "up" {
- #(set-accidental-style 'default)
+ $(set-accidental-style 'default)
\musicA
}
\context Staff = "down" {
- #(set-accidental-style 'default)
+ $(set-accidental-style 'default)
\musicB
}
>>
@@ -1423,11 +1423,11 @@ musicB = {
\new PianoStaff {
<<
\context Staff = "up" {
- #(set-accidental-style 'voice)
+ $(set-accidental-style 'voice)
\musicA
}
\context Staff = "down" {
- #(set-accidental-style 'voice)
+ $(set-accidental-style 'voice)
\musicB
}
>>
@@ -1484,11 +1484,11 @@ musicB = {
\new PianoStaff {
<<
\context Staff = "up" {
- #(set-accidental-style 'modern)
+ $(set-accidental-style 'modern)
\musicA
}
\context Staff = "down" {
- #(set-accidental-style 'modern)
+ $(set-accidental-style 'modern)
\musicB
}
>>
@@ -1546,11 +1546,11 @@ musicB = {
\new PianoStaff {
<<
\context Staff = "up" {
- #(set-accidental-style 'modern-cautionary)
+ $(set-accidental-style 'modern-cautionary)
\musicA
}
\context Staff = "down" {
- #(set-accidental-style 'modern-cautionary)
+ $(set-accidental-style 'modern-cautionary)
\musicB
}
>>
@@ -1613,11 +1613,11 @@ musicB = {
\new PianoStaff {
<<
\context Staff = "up" {
- #(set-accidental-style 'modern-voice)
+ $(set-accidental-style 'modern-voice)
\musicA
}
\context Staff = "down" {
- #(set-accidental-style 'modern-voice)
+ $(set-accidental-style 'modern-voice)
\musicB
}
>>
@@ -1673,11 +1673,11 @@ musicB = {
\new PianoStaff {
<<
\context Staff = "up" {
- #(set-accidental-style 'modern-voice-cautionary)
+ $(set-accidental-style 'modern-voice-cautionary)
\musicA
}
\context Staff = "down" {
- #(set-accidental-style 'modern-voice-cautionary)
+ $(set-accidental-style 'modern-voice-cautionary)
\musicB
}
>>
@@ -1736,7 +1736,7 @@ musicB = {
\new PianoStaff {
<<
\context Staff = "up" {
- #(set-accidental-style 'piano)
+ $(set-accidental-style 'piano)
\musicA
}
\context Staff = "down" {
@@ -1793,7 +1793,7 @@ musicB = {
\new PianoStaff {
<<
\context Staff = "up" {
- #(set-accidental-style 'piano-cautionary)
+ $(set-accidental-style 'piano-cautionary)
\musicA
}
\context Staff = "down" {
@@ -1851,11 +1851,11 @@ musicB = {
\new PianoStaff {
<<
\context Staff = "up" {
- #(set-accidental-style 'neo-modern)
+ $(set-accidental-style 'neo-modern)
\musicA
}
\context Staff = "down" {
- #(set-accidental-style 'neo-modern)
+ $(set-accidental-style 'neo-modern)
\musicB
}
>>
@@ -1908,11 +1908,11 @@ musicB = {
\new PianoStaff {
<<
\context Staff = "up" {
- #(set-accidental-style 'neo-modern-cautionary)
+ $(set-accidental-style 'neo-modern-cautionary)
\musicA
}
\context Staff = "down" {
- #(set-accidental-style 'neo-modern-cautionary)
+ $(set-accidental-style 'neo-modern-cautionary)
\musicB
}
>>
@@ -1972,11 +1972,11 @@ musicB = {
\new PianoStaff {
<<
\context Staff = "up" {
- #(set-accidental-style 'neo-modern-voice)
+ $(set-accidental-style 'neo-modern-voice)
\musicA
}
\context Staff = "down" {
- #(set-accidental-style 'neo-modern-voice)
+ $(set-accidental-style 'neo-modern-voice)
\musicB
}
>>
@@ -2027,11 +2027,11 @@ musicB = {
\new PianoStaff {
<<
\context Staff = "up" {
- #(set-accidental-style 'neo-modern-voice-cautionary)
+ $(set-accidental-style 'neo-modern-voice-cautionary)
\musicA
}
\context Staff = "down" {
- #(set-accidental-style 'neo-modern-voice-cautionary)
+ $(set-accidental-style 'neo-modern-voice-cautionary)
\musicB
}
>>
@@ -2086,11 +2086,11 @@ musicB = {
\new PianoStaff {
<<
\context Staff = "up" {
- #(set-accidental-style 'dodecaphonic)
+ $(set-accidental-style 'dodecaphonic)
\musicA
}
\context Staff = "down" {
- #(set-accidental-style 'dodecaphonic)
+ $(set-accidental-style 'dodecaphonic)
\musicB
}
>>
@@ -2148,12 +2148,12 @@ musicB = {
<<
\context Staff = "up" {
\key fis \minor
- #(set-accidental-style 'teaching)
+ $(set-accidental-style 'teaching)
\musicA
}
\context Staff = "down" {
\key fis \minor
- #(set-accidental-style 'teaching)
+ $(set-accidental-style 'teaching)
\musicB
}
>>
@@ -2206,11 +2206,11 @@ musicB = {
\new PianoStaff {
<<
\context Staff = "up" {
- #(set-accidental-style 'no-reset)
+ $(set-accidental-style 'no-reset)
\musicA
}
\context Staff = "down" {
- #(set-accidental-style 'no-reset)
+ $(set-accidental-style 'no-reset)
\musicB
}
>>
@@ -2266,11 +2266,11 @@ musicB = {
\new PianoStaff {
<<
\context Staff = "up" {
- #(set-accidental-style 'forget)
+ $(set-accidental-style 'forget)
\musicA
}
\context Staff = "down" {
- #(set-accidental-style 'forget)
+ $(set-accidental-style 'forget)
\musicB
}
>>
@@ -2319,7 +2319,7 @@ la seconde alternative ne nécessite pas son bécarre.
@lilypond[quote]
{
- #(set-accidental-style 'modern)
+ $(set-accidental-style 'modern)
\time 2/4
\repeat volta 2 {
c'2
@@ -2336,12 +2336,12 @@ L'astuce suivante, qui définit temporairement le recours au style
@lilypond[verbatim,quote]
forget = #(define-music-function (parser location music) (ly:music?) #{
- #(set-accidental-style 'forget)
+ $(set-accidental-style 'forget)
$music
- #(set-accidental-style 'modern)
+ $(set-accidental-style 'modern)
#})
{
- #(set-accidental-style 'modern)
+ $(set-accidental-style 'modern)
\time 2/4
\repeat volta 2 {
c'2
« no previous file with comments | « Documentation/extending/scheme-tutorial.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