]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/grouping-beats.ly
Doc-fr: Learning Manual full update
[lilypond.git] / input / lsr / grouping-beats.ly
index ee1af2a7b70cd24654e60fda4f43ce550d5d40cc..e5820fa807aede2a185cd8f9a92589b525e4f30d 100644 (file)
@@ -1,10 +1,11 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.12.0"
+\version "2.13.1"
 
 \header {
   lsrtags = "rhythms"
 
+%% Translation of GIT committish: 151f1bb8c0aae8294e62d0470246ee1019aedfbc
   texidoces = "
 Los patrones de barrado se pueden alterar con la propiedad
 @code{beatGrouping}:
@@ -12,7 +13,7 @@ Los patrones de barrado se pueden alterar con la propiedad
 "
   doctitlees = "Agrupar los pulsos"
   
-%% Translation of GIT committish :<6ce7f350682dfa99af97929be1dec6b9f1cbc01a>
+%% Translation of GIT committish: 6ce7f350682dfa99af97929be1dec6b9f1cbc01a
 texidocde = "
 Balkengruppen können mit der @code{beatGrouping}-Eigenschaft geändert
 werden:
@@ -20,6 +21,15 @@ werden:
 "
   doctitlede = "Notengruppen"
 
+
+%% Translation of GIT committish: b3196fadd8f42d05ba35e8ac42f7da3caf8a3079
+  texidocfr = "
+La manière de gérer les ligatures est influencée par la propriété 
+@code{beatGrouping} :
+
+"
+  doctitlefr = "Regroupement selon la pulsation"
+
   texidoc = "
 Beaming patterns may be altered with the @code{beatGrouping} property: 
 
@@ -29,9 +39,11 @@ Beaming patterns may be altered with the @code{beatGrouping} property:
 
 \relative c'' {
   \time 5/16
+  #(override-auto-beam-setting '(end * * 5 16) 5 16)
   \set beatGrouping = #'(2 3)
-  c8[^"(2+3)" c16 c8]
+  c8^"(2+3)" c16 c8
   \set beatGrouping = #'(3 2)
-  c8[^"(3+2)" c16 c8]
+  c8^"(3+2)" c16 c8
 }
 
+