]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/using-beatlength-and-beatgrouping.ly
LSR: Update.
[lilypond.git] / input / lsr / using-beatlength-and-beatgrouping.ly
index 616597a18aed1e69d09633650d25aba6c46ded4e..c148611cfa5ef39e551154258ac3f8e7ef7fb85d 100644 (file)
@@ -1,8 +1,10 @@
-%% Do not edit this file; it is auto-generated from input/new
+%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.12.0"
+\version "2.12.3"
 
 \header {
+  lsrtags = "rhythms, tweaks-and-overrides"
+
   texidoces = "
 La propiedad @code{measureLength} determina dónde se deben insertar
 líneas divisorias y, con @code{beatLength} y @code{beatGrouping}, cómo
@@ -15,20 +17,18 @@ explicaciones están en forma de comentarios dentro del código.
 "
   doctitlees = "Utilización de beatLength y beatGrouping"
 
-  lsrtags = "rhythms"
   texidoc = "
-The property @code{measureLength} determines where bar lines
-should be inserted and, with @code{beatLength} and
-@code{beatGrouping}, how automatic beams should be generated
-for beam durations and time signatures for which no beam-ending
-rules are defined.  This example shows several ways of controlling
-beaming by setting these properties.  The explanations are shown
-as comments in the code.
+The property @code{measureLength} determines where bar lines should be
+inserted and, with @code{beatLength} and @code{beatGrouping}, how
+automatic beams should be generated for beam durations and time
+signatures for which no beam-ending rules are defined.  This example
+shows several ways of controlling beaming by setting these properties. 
+The explanations are shown as comments in the code.
+
 "
   doctitle = "Using beatLength and beatGrouping"
 } % begin verbatim
 
-
 \relative c'' {
   \time 3/4
   % The default in 3/4 time is to beam in three groups
@@ -63,4 +63,3 @@ as comments in the code.
   \set Score.beatGrouping = #'(3 4 2 3)
   a16 a a a a a a a a a a a
 }
-