]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/grouping-beats.ly
resolve merge
[lilypond.git] / input / lsr / grouping-beats.ly
diff --git a/input/lsr/grouping-beats.ly b/input/lsr/grouping-beats.ly
deleted file mode 100644 (file)
index 5e8b92d..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-%% 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.3"
-
-\header {
-  lsrtags = "rhythms"
-
-  texidoces = "
-Los patrones de barrado se pueden alterar con la propiedad
-@code{beatGrouping}:
-
-"
-  doctitlees = "Agrupar los pulsos"
-  
-%% Translation of GIT committish :<6ce7f350682dfa99af97929be1dec6b9f1cbc01a>
-texidocde = "
-Balkengruppen können mit der @code{beatGrouping}-Eigenschaft geändert
-werden:
-
-"
-  doctitlede = "Notengruppen"
-
-  texidoc = "
-Beaming patterns may be altered with the @code{beatGrouping} property: 
-
-"
-  doctitle = "Grouping beats"
-} % begin verbatim
-
-\relative c'' {
-  \time 5/16
-  #(override-auto-beam-setting '(end * * 5 16) 5 16)
-  \set beatGrouping = #'(2 3)
-  c8^"(2+3)" c16 c8
-  \set beatGrouping = #'(3 2)
-  c8^"(3+2)" c16 c8
-}
-
-