]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/modifying-tuplet-bracket-length.ly
Implement function check-grob-path for checking/extending grob path specs
[lilypond.git] / Documentation / snippets / modifying-tuplet-bracket-length.ly
index 5a64d3e08940d65e96669ca9ab8b2e4540a123a5..3cff9d1059f74068fe9cd427f118c963e816b228 100644 (file)
@@ -4,25 +4,11 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.16.0"
 
 \header {
   lsrtags = "really-simple, rhythms"
 
-%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454
-  texidocfr = "
-Les crochets indiquant un nolet peuvent être prolongés jusqu'à un
-élément de rupture ou jusqu'à la note suivante.  LilyPond termine un
-crochet de nolet sur la droite de sa dernière tête de note par défaut ;
-un crochet de pleine longueur s'étendra plus avant, soit jusqu'à le note
-suivante et en traversant tous les éléments non rythmiques, soit sur
-tout l'espace précédant le prochain élément de notation, que ce soit une
-clef, une métrique, une armure ou une autre note.  L'exemple suivant
-illustre la manière d'activer ces deux fonctionnalités.
-
-"
-  doctitlefr = "Modification de la longueur d'un crochet de nolet"
-
   texidoc = "
 Tuplet brackets can be made to run to prefatory matter or the next
 note. Default tuplet brackets end at the right edge of the final note
@@ -52,4 +38,3 @@ modify what material they cover.
   \time 3/4
   c2.
 }
-