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

Delta Between Two Patch Sets: Documentation/fr/notation/simultaneous.itely

Issue 6635050: Make arguments like Context.GrobName accessible as symbol lists (Closed) Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Left Patch Set: Created 12 years, 5 months ago
Right Patch Set: Allow \override Accidental.color = #red (dot between grob and property) Created 12 years, 5 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « Documentation/fr/notation/rhythms.itely ('k') | Documentation/fr/notation/spacing.itely » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*- 1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
2 @ignore 2 @ignore
3 Translation of GIT committish: 0 3 Translation of GIT committish: 0
4 4
5 When revising a translation, copy the HEAD committish of the 5 When revising a translation, copy the HEAD committish of the
6 version that you are working on. For details, see the Contributors' 6 version that you are working on. For details, see the Contributors'
7 Guide, node Updating translation committishes.. 7 Guide, node Updating translation committishes..
8 @end ignore 8 @end ignore
9 9
10 @c \version "2.16.0" 10 @c \version "2.17.6"
11 11
12 @c Translators: Frédéric Chiasson, Valentin Villenave, Jean-Charles Malahieude 12 @c Translators: Frédéric Chiasson, Valentin Villenave, Jean-Charles Malahieude
13 @c Translation checkers: Jean-Charles Malahieude, John Mandereau 13 @c Translation checkers: Jean-Charles Malahieude, John Mandereau
14 14
15 @node Notes simultanées 15 @node Notes simultanées
16 @section Notes simultanées 16 @section Notes simultanées
17 @translationof Simultaneous notes 17 @translationof Simultaneous notes
18 18
19 @lilypondfile[quote,ragged-right,line-width=16\cm]{simultaneous-headword.ly} 19 @lilypondfile[quote,ragged-right,line-width=16\cm]{simultaneous-headword.ly}
20 20
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 warning: ignoring too many clashing note columns 316 warning: ignoring too many clashing note columns
317 317
318 @emph{en français :} 318 @emph{en français :}
319 Avertissement : trop d'empilements de notes se chevauchent. On fera au mieux. 319 Avertissement : trop d'empilements de notes se chevauchent. On fera au mieux.
320 @end example 320 @end example
321 321
322 lors de la compilation. Le déclenchement de cet avertissement peut être 322 lors de la compilation. Le déclenchement de cet avertissement peut être
323 désactivé par une clause 323 désactivé par une clause
324 324
325 @example 325 @example
326 \override NoteColumn #'ignore-collision = ##t 326 \override NoteColumn.ignore-collision = ##t
327 @end example 327 @end example
328 328
329 Ceci n'aura pas pour seule conséquence que ce message ne sera plus 329 Ceci n'aura pas pour seule conséquence que ce message ne sera plus
330 émis@tie{}; les procédures d'évitement de collision de quelqu'ordre que 330 émis@tie{}; les procédures d'évitement de collision de quelqu'ordre que
331 ce soit seront désactivées, ce qui peut conduire à quelques effets 331 ce soit seront désactivées, ce qui peut conduire à quelques effets
332 inattendus (voir aussi @emph{Problèmes connus et avertissements} à la 332 inattendus (voir aussi @emph{Problèmes connus et avertissements} à la
333 rubrique @ref{Résolution des collisions}). 333 rubrique @ref{Résolution des collisions}).
334 334
335 335
336 @node Clusters 336 @node Clusters
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 @rlsrnamed{Simultaneous notes, Notation simultanée}. 877 @rlsrnamed{Simultaneous notes, Notation simultanée}.
878 878
879 Référence des propriétés internes : 879 Référence des propriétés internes :
880 @rinternals{NoteColumn}, 880 @rinternals{NoteColumn},
881 @rinternals{NoteCollision}, 881 @rinternals{NoteCollision},
882 @rinternals{RestCollision}. 882 @rinternals{RestCollision}.
883 883
884 @cindex collisions, ignorer 884 @cindex collisions, ignorer
885 885
886 @knownissues 886 @knownissues
887 Une clause @code{\override NoteColumn #'ignore-collision = ##t} aura 887 Une clause @code{\override NoteColumn.ignore-collision = ##t} aura
888 pour effet une fusion incorrecte des têtes de note différentes à partir 888 pour effet une fusion incorrecte des têtes de note différentes à partir
889 de voix différentes. 889 de voix différentes.
890 890
891 @lilypond[quote,relative=1,verbatim] 891 @lilypond[quote,relative=1,verbatim]
892 \mergeDifferentlyHeadedOn 892 \mergeDifferentlyHeadedOn
893 << { c16 a' b a } \\ { c,2 } >> 893 << { c16 a' b a } \\ { c,2 } >>
894 \override NoteColumn #'ignore-collision = ##t 894 \override NoteColumn.ignore-collision = ##t
895 << { c16 a' b a } \\ { c,2 } >> 895 << { c16 a' b a } \\ { c,2 } >>
896 @end lilypond 896 @end lilypond
897 897
898 @ignore 898 @ignore
899 @c TODO investigate! Sometimes it works, sometimes not. --FV 899 @c TODO investigate! Sometimes it works, sometimes not. --FV
900 The requirements for successfully merging different note heads that 900 The requirements for successfully merging different note heads that
901 are at the same time differently dotted are not clear. 901 are at the same time differently dotted are not clear.
902 @end ignore 902 @end ignore
903 903
904 904
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
1222 >> 1222 >>
1223 } 1223 }
1224 @end lilypond 1224 @end lilypond
1225 1225
1226 @seealso 1226 @seealso
1227 Manuel d'initiation : 1227 Manuel d'initiation :
1228 @rlearning{Organisation du code source avec des variables}. 1228 @rlearning{Organisation du code source avec des variables}.
1229 1229
1230 Morceaux choisis : 1230 Morceaux choisis :
1231 @rlsrnamed{Simultaneous notes,Notation simultanée}. 1231 @rlsrnamed{Simultaneous notes,Notation simultanée}.
LEFTRIGHT

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