]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/manually-controlling-beam-positions.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / manually-controlling-beam-positions.ly
index 48c8e626dc8b37db8c49b473d03cdbc4daf21e4f..d9d292cb290f6042af25e22c2a9304d6d2e014ca 100644 (file)
@@ -4,19 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.16.0"
 
 \header {
-  lsrtags = "tweaks-and-overrides, rhythms, connecting-notes"
-
-%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454
-  texidocfr = "
-Le positionnement et la pente des ligatures peuvent être contrôlés
-manuellement à l'aide d'une adaptation de la propriété
-@code{positions} de l'objet @code{Beam}.
-
-"
-  doctitlefr = "Contrôle manuel du positionnement des ligatures"
+  lsrtags = "connecting-notes, rhythms, tweaks-and-overrides"
 
   texidoc = "
 Beam positions may be controlled manually, by overriding the
@@ -39,5 +30,3 @@ Beam positions may be controlled manually, by overriding the
   \override Beam #'positions = #'(0 . 1)
   c8 c
 }
-
-