]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/fr/user/cheatsheet.itely
Merge master into nested-bookparts
[lilypond.git] / Documentation / fr / user / cheatsheet.itely
index ce8b2b878f90f741b338dce160142c0deed2ba7b..4a28f43bd03ad4fbed9c9a40df8c958fa4899b45 100644 (file)
@@ -1,12 +1,15 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
 @c This file is part of lilypond.tely
 @ignore
-    Translation of GIT committish: c7d952c4fd5fbb5b9e32e7a2bf50ceec20098160
+    Translation of GIT committish: 65dd8bb120476562eb0104c6969d72d8b105ac8f
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  See TRANSLATION for details.
 @end ignore
 
+@c \version "2.11.61"
+
+@c Translators: Valentin Villenave
 
 @c TODO: add tablature.
 
@@ -82,7 +85,7 @@ r4 r8
 @end lilypond
 
 @item @code{d ~ d}
-@tab liaisons de tenue
+@tab liaison de tenue
 @tab
 @lilypond[relative=2,notime,fragment]
 \set Score.timing = ##f
@@ -155,8 +158,14 @@ a8-[ b-]
 @tab ajouter des portées
 @tab
 @lilypond[fragment]
-<< \new Staff { c'1 }
-  \new Staff { c'1 } >>
+<< \new Staff {
+     \set Staff.implicitTimeSignatureVisibility = #all-invisible
+     c'1
+   }
+   \new Staff {
+     \set Staff.implicitTimeSignatureVisibility = #all-invisible
+     c'1
+   } >>
 @end lilypond
 
   
@@ -174,7 +183,7 @@ c-> c-.
 @tab
 @lilypond[fragment,relative=2]
 \set Staff.implicitTimeSignatureVisibility = #all-invisible
-c\mf c\sfz
+c2\mf c\sfz
 @end lilypond
 
 
@@ -203,6 +212,7 @@ a\> a a\!
 @tab accords
 @tab
 @lilypond[fragment,relative=2]
+\set Staff.implicitTimeSignatureVisibility = #all-invisible
 <c e> 
 @end lilypond
 
@@ -220,6 +230,7 @@ f8 c2 d e
 @tab triolets
 @tab
 @lilypond[relative=1,fragment]
+\set Staff.implicitTimeSignatureVisibility = #all-invisible
 \times 2/3 { f8 g a }
 @end lilypond
 
@@ -228,6 +239,7 @@ f8 c2 d e
 @tab appogiatures
 @tab
 @lilypond[relative=2,fragment]
+\set Staff.implicitTimeSignatureVisibility = #all-invisible
 \context Voice { \grace b16 c4 }
 @end lilypond
 
@@ -248,6 +260,7 @@ twinkle
 @tab diviser un mot en plusieurs syllabes
 @tab
 @lilypond[fragment,relative=2]
+\set Staff.implicitTimeSignatureVisibility = #all-invisible
 <<
    { g'1 g }
   \new Lyrics \lyricsto "" { twin -- kle }
@@ -258,6 +271,7 @@ twinkle
 @tab accords chiffrés
 @tab
 @lilypond[fragment,relative=2]
+\set Staff.implicitTimeSignatureVisibility = #all-invisible
 \chordmode { c:dim f:maj7 }
 @end lilypond
 
@@ -269,9 +283,10 @@ twinkle
 @end lilypond
 
 @item @code{<<@{e f@} \\ @{c d@}>>}
-@tab polyphonies
+@tab polyphonie
 @tab
 @lilypond[fragment,relative=2]
+\set Staff.implicitTimeSignatureVisibility = #all-invisible
 \context Staff <<{e f} \\ {c d}>>
 @end lilypond