]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/automatic-beam-subdivisions.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / automatic-beam-subdivisions.ly
index c44cc27c7db86968c7240c8148f8af244036b93f..c5f09823ecd768fa692aa1c2c39e592ebb3a225b 100644 (file)
@@ -1,20 +1,13 @@
-% Do not edit this file; it is automatically
-% generated from Documentation/snippets/new
-% This file is in the public domain.
-%% Note: this file works from version 2.13.36
-\version "2.13.40"
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
+%% This file is in the public domain.
+\version "2.14.2"
 
 \header {
-%% Translation of GIT committish: 5160eccb26cee0bfd802d844233e4a8d795a1e94
-  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"
-
-  lsrtags = "rhythms"
+  lsrtags = "automatic-notation, rhythms, connecting-notes"
 
   texidoc = "
 Beams can be subdivided automatically.  By setting the property
@@ -25,7 +18,6 @@ specified in @code{baseMoment}).
   doctitle = "Automatic beam subdivisions"
 } % begin verbatim
 
-
 \new Staff {
   \relative c'' {
     <<
@@ -50,4 +42,3 @@ specified in @code{baseMoment}).
     b32^"baseMoment 1 16"[ a g f c' b a g]
   }
 }
-