]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/using-beatlength-and-beatgrouping.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / using-beatlength-and-beatgrouping.ly
index abbe27db22ed4a23798d83a18c35442d897de957..12efda9dee99a9df7a75d34ac96dea90097fbfb6 100644 (file)
@@ -1,10 +1,11 @@
-%% 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.
-%% Note: this file works from version 2.12.0
 \version "2.13.1"
 
 \header {
-%% Translation of GIT committish: 70f455b078620f842672c64c66d87a08158a24ac
+  lsrtags = "rhythms, tweaks-and-overrides"
+
+%% Translation of GIT committish: 4f881627b3ff5eb538df5221ad77b73d0637aeb4
   texidoces = "
 La propiedad @code{measureLength} determina dónde se deben insertar
 líneas divisorias y, con @code{beatLength} y @code{beatGrouping}, cómo
@@ -41,20 +42,18 @@ contrôler les ligatures à l'aide de ces propriétés.
 "
   doctitlefr = "Utilisation conjointe de beatLength et 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
@@ -89,4 +88,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
 }
-