X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Ffr%2Fnotation%2Fcheatsheet.itely;h=7c3020d50db29f585c80205ad0f95f233d60b6c1;hb=b6f94447415dded7c6e146b41b6139fe76cb84c4;hp=eda918fe8ea2e7e1567a5c0e70cbc88a34c3998d;hpb=3dd9b13331489a191d0e901245cc98476e5fcac1;p=lilypond.git diff --git a/Documentation/fr/notation/cheatsheet.itely b/Documentation/fr/notation/cheatsheet.itely index eda918fe8e..7c3020d50d 100644 --- a/Documentation/fr/notation/cheatsheet.itely +++ b/Documentation/fr/notation/cheatsheet.itely @@ -1,16 +1,17 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*- @ignore - Translation of GIT committish: 65dd8bb120476562eb0104c6969d72d8b105ac8f + Translation of GIT committish: 42c7d5e4608340e96f2f1fe8210a47a2927e4cbb When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.17.11" @c Translators: Valentin Villenave +@c Translation checkers: Jean-Charles Malahieude @c TODO: add tablature. @@ -28,38 +29,38 @@ @item @code{1 2 8 16} @tab valeurs rythmiques @tab -@lilypond[fragment,relative=2,notime] +@lilypond[relative=2,notime] \set Staff.autoBeaming = ##f -\override Staff.Clef #'break-visibility = #all-invisible +\override Staff.Clef.break-visibility = #all-invisible c1 c2 c8 c16 @end lilypond @item @code{c4. c4..} @tab notes pointées @tab -@lilypond[fragment,relative=2,notime] -\override Staff.Clef #'break-visibility = #all-invisible +@lilypond[relative=2,notime] +\override Staff.Clef.break-visibility = #all-invisible c4. c4.. @end lilypond @item @code{c d e f g a b } @tab gamme @tab -@lilypond[fragment,relative=1,notime] +@lilypond[relative=1,notime] c d e f g a b @end lilypond @item @code{fis bes} -@tab altérations +@tab altérations @tab -@lilypond[fragment,relative=1,notime] +@lilypond[relative=1,notime] fis bes @end lilypond @item @code{\clef treble \clef bass } @tab clés @tab -@lilypond[fragment,notime] +@lilypond[relative=1,notime] \clef treble s4_" " \clef bass @@ -67,10 +68,10 @@ s4_" " @end lilypond @item @code{\time 3/4 \time 4/4 } -@tab chiffre de mesure +@tab chiffre de mesure, métrique @tab -@lilypond[fragment] -\override Staff.Clef #'transparent = ##t +@lilypond[relative=1] +\override Staff.Clef.stencil = #empty-stencil \time 3/4 s4_" " \time 4/4 @@ -81,15 +82,15 @@ s16_" " @item @code{r4 r8} @tab silences @tab -@lilypond[relative=2,notime,fragment] -\override Staff.Clef #'break-visibility = #all-invisible +@lilypond[relative=2,notime] +\override Staff.Clef.break-visibility = #all-invisible r4 r8 @end lilypond @item @code{d ~ d} @tab liaison de tenue @tab -@lilypond[relative=2,notime,fragment] +@lilypond[relative=2,notime] \set Score.timing = ##f \set Staff.autoBeaming = ##f d ~ d @@ -98,16 +99,17 @@ d ~ d @item @code{\key es \major } @tab armure @tab -@lilypond[notime,fragment] +@lilypond[notime,relative=1] \clef treble \key es \major -s4 +\hideNotes +c128 @end lilypond @item @var{note}@code{'} @tab monter d'une octave @tab -@lilypond[relative=2,notime,fragment] +@lilypond[relative=2,notime] \set Score.timing = ##f \set Staff.autoBeaming = ##f a a' @@ -116,7 +118,7 @@ a a' @item @var{note}@code{,} @tab baisser d'une octave @tab -@lilypond[relative=2,notime,fragment] +@lilypond[relative=2,notime] \set Score.timing = ##f \set Staff.autoBeaming = ##f c c, @@ -126,7 +128,7 @@ c c, @item @code{c( d e)} @tab liaisons @tab -@lilypond[fragment,relative=2] +@lilypond[relative=2] \set Score.timing = ##f \set Staff.implicitTimeSignatureVisibility = #all-invisible \set Staff.autoBeaming = ##f @@ -137,7 +139,7 @@ c( d e) @item @code{c\( c( d) e\)} @tab liaisons de phrasé @tab -@lilypond[fragment,relative=2] +@lilypond[relative=2] \set Score.timing = ##f \set Staff.implicitTimeSignatureVisibility = #all-invisible \set Staff.autoBeaming = ##f @@ -148,7 +150,7 @@ c\( c( d) e\) @item @code{a8[ b]} @tab ligatures @tab -@lilypond[fragment,relative=2] +@lilypond[relative=2] \set Score.timing = ##f \set Staff.implicitTimeSignatureVisibility = #all-invisible \set Staff.autoBeaming = ##f @@ -159,31 +161,31 @@ a8-[ b-] @item @code{<< \new Staff ... >>} @tab ajouter des portées @tab -@lilypond[fragment] +@lilypond[relative=1] << \new Staff { \set Staff.implicitTimeSignatureVisibility = #all-invisible - c'1 + c1 } \new Staff { \set Staff.implicitTimeSignatureVisibility = #all-invisible - c'1 + c1 } >> @end lilypond - + @item @code{c-> c-.} @tab indications d'articulation @tab -@lilypond[fragment,relative=2] +@lilypond[relative=2] \set Staff.implicitTimeSignatureVisibility = #all-invisible c-> c-. @end lilypond -@item @code{c\mf c\sfz} +@item @code{c2\mf c\sfz} @tab nuances @tab -@lilypond[fragment,relative=2] +@lilypond[relative=2] \set Staff.implicitTimeSignatureVisibility = #all-invisible c2\mf c\sfz @end lilypond @@ -192,7 +194,7 @@ c2\mf c\sfz @item @code{a\< a a\!} @tab crescendo @tab -@lilypond[fragment,relative=2] +@lilypond[relative=2] \set Score.timing = ##f \set Staff.implicitTimeSignatureVisibility = #all-invisible \set Staff.autoBeaming = ##f @@ -202,7 +204,7 @@ a\< a a\! @item @code{a\> a a\!} @tab decrescendo @tab -@lilypond[fragment,relative=2] +@lilypond[relative=2] \set Score.timing = ##f \set Staff.implicitTimeSignatureVisibility = #all-invisible \set Staff.autoBeaming = ##f @@ -213,34 +215,34 @@ a\> a a\! @item @code{< >} @tab accords @tab -@lilypond[fragment,relative=2] +@lilypond[relative=2] \set Staff.implicitTimeSignatureVisibility = #all-invisible @end lilypond @item @code{\partial 8} -@tab levées +@tab levées, anacrouses @tab -@lilypond[fragment,relative=2] +@lilypond[relative=2] \partial 8 f8 c2 d e @end lilypond -@item @code{\times 2/3 @{f g a@}} +@item @code{\tuplet 3/2 @{f g a@}} @tab triolets @tab -@lilypond[relative=1,fragment] +@lilypond[relative=1] \set Staff.implicitTimeSignatureVisibility = #all-invisible -\times 2/3 { f8 g a } +\tuplet 3/2 { f8 g a } @end lilypond @item @code{\grace} @tab appogiatures @tab -@lilypond[relative=2,fragment] +@lilypond[relative=2] \set Staff.implicitTimeSignatureVisibility = #all-invisible \context Voice { \grace b16 c4 } @end lilypond @@ -254,14 +256,14 @@ twinkle @item @code{\new Lyrics} @tab imprimer les paroles @tab -@lilypond[fragment] +@lilypond[relative=1] \new Lyrics \lyricmode { twinkle } @end lilypond @item @code{twin -- kle} @tab diviser un mot en plusieurs syllabes @tab -@lilypond[fragment,relative=2] +@lilypond[relative=2] \set Staff.implicitTimeSignatureVisibility = #all-invisible << { g'1 g } @@ -272,22 +274,22 @@ twinkle @item @code{\chordmode @{ c:dim f:maj7 @}} @tab accords chiffrés @tab -@lilypond[fragment,relative=2] +@lilypond[relative=2] \set Staff.implicitTimeSignatureVisibility = #all-invisible \chordmode { c:dim f:maj7 } @end lilypond @item @code{\context ChordNames} -@tab imprimer les chiffrages d'accords +@tab imprimer les chiffrages d'accords @tab -@lilypond[fragment,relative=2] +@lilypond[relative=2] \chords { c:dim f:maj7 } @end lilypond @item @code{<<@{e f@} \\ @{c d@}>>} @tab polyphonie @tab -@lilypond[fragment,relative=2] +@lilypond[relative=2] \set Staff.implicitTimeSignatureVisibility = #all-invisible \context Staff <<{e f} \\ {c d}>> @end lilypond