]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/automatic-beam-subdivisions.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / Documentation / snippets / automatic-beam-subdivisions.ly
index 9c90f3375fae9a5a31326660699d5166e959f108..d824ef92e567f1e804e2931e4f6ea80b7b691c75 100644 (file)
@@ -4,24 +4,15 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.16.0"
 
 \header {
   lsrtags = "automatic-notation, connecting-notes, rhythms"
 
-%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
-  texidoces = "
-Se pueden subdividir las barras automáticamente.  Estableciendo la
-propiedad @code{subdivideBeams}, las barras se subdividen en
-posiciones de pulso (tal y como se especifica en @code{beatLength}).
-
-"
-  doctitlees = "Subdivisiones de barra automáticas"
-
   texidoc = "
 Beams can be subdivided automatically.  By setting the property
 @code{subdivideBeams}, beams are subdivided at beat positions (as
-specified in @code{beatLength}).
+specified in @code{baseMoment}).
 
 "
   doctitle = "Automatic beam subdivisions"
@@ -51,4 +42,3 @@ specified in @code{beatLength}).
     b32^"baseMoment 1 16"[ a g f c' b a g]
   }
 }
-