]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/automatic-beam-subdivisions.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / snippets / automatic-beam-subdivisions.ly
index ba0535903eb260c796bb39dda7053597f5a3adbe..926a1729e5a6ec515a48acb43eac42abf3e73393 100644 (file)
@@ -1,30 +1,13 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.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"
+\version "2.19.40"
 
 \header {
-  lsrtags = "automatic-notation, rhythms, connecting-notes"
-
-%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
-  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"
-
-%% Translation of GIT committish: 85394d425536d267ed0cb71d17023849f1611180
-  texidocfr = "
-Dès lors que la propriété @code{subdivideBeams} aura été activée, une
-ligature sera subdivisée selon les préceptes de @code{beatLength}.
-
-"
-  doctitlefr = "Subdivision de ligatures automatiques"
+  lsrtags = "automatic-notation, connecting-notes, rhythms"
 
   texidoc = "
 Beams can be subdivided automatically.  By setting the property
@@ -51,12 +34,11 @@ specified in @code{baseMoment}).
       }
     >>
     \oneVoice
-    \set baseMoment = #(ly:make-moment 1 8)
-    \set beatStructure = #'(2 2 2 2)
+    \set baseMoment = #(ly:make-moment 1/8)
+    \set beatStructure = 2,2,2,2
     b32^"baseMoment 1 8"[ a g f c' b a g]
-    \set baseMoment = #(ly:make-moment 1 16)
-    \set beatStructure = #'(4 4 4 4)
+    \set baseMoment = #(ly:make-moment 1/16)
+    \set beatStructure = 4,4,4,4
     b32^"baseMoment 1 16"[ a g f c' b a g]
   }
 }
-