Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(200)

Unified Diff: input/lsr/automatic-beams-two-per-two-in-4-4-or-2-2-time-signature.ly

Issue 88155: New format for autobeaming rules (Closed)
Patch Set: Release candidate Created 14 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Documentation/user/rhythms.itely ('k') | input/lsr/beam-endings-in-score-context.ly » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/lsr/automatic-beams-two-per-two-in-4-4-or-2-2-time-signature.ly
diff --git a/input/lsr/automatic-beams-two-per-two-in-4-4-or-2-2-time-signature.ly b/input/lsr/automatic-beams-two-per-two-in-4-4-or-2-2-time-signature.ly
index 091465e0f149251e09e02150ec89d2aea28f9a0c..46c04145a3e227f8c607a48317d2790984171391 100644
--- a/input/lsr/automatic-beams-two-per-two-in-4-4-or-2-2-time-signature.ly
+++ b/input/lsr/automatic-beams-two-per-two-in-4-4-or-2-2-time-signature.ly
@@ -1,8 +1,32 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% Do not edit this file; it is auto-generated from input/new
%% This file is in the public domain.
-\version "2.13.1"
+%% Note: this file works from version 2.13.4
+\version "2.13.4"
\header {
+%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+ texidoces = "
+En un compás sencillo como 2/2 ó 4/4, las corcheas se barran de forma
+predeterminada como dos grupos de cuatro.
+
+Utilizando un macro que seobreescribe el comportamiento automático del
+barrado, este fragmento de código cambia el barrado a pulsos de negra.
+
+"
+ doctitlees = "Barras automáticas de dos en dos en los compases de 4/4 o de 2/2"
+
+%% Translation of GIT committish: 1154b407d42f303a024598296ad36ab6c93e2b5a
+ texidocfr = "
+Dans une métrique simple comme 4/4 ou 2/2, les croches sont ligaturées
+par défaut en deux groupes de quatre.
+
+En utilisant une macro qui modifie le comportement des ligatures
+automatiques, voici comment obtenir des ligatures basées sur la valeur
+d'une noire.
+
+"
+ doctitlefr = "Ligature automatique deux par deux, aussi bien en 4/4 qu'en 2/2"
+
lsrtags = "rhythms"
%% Translation of GIT committish: 00e3a8264e138ad61b4f115a173190d5e9dc7533
@@ -21,8 +45,8 @@ barrado, este fragmento de código cambia el barrado a pulsos de negra.
Dans une métrique simple comme 4/4 ou 2/2, les croches sont ligaturées
par défaut en deux groupes de quatre.
-En utilisant une macro qui modifie le comportement des ligatures
-automatiques, voici comment obtenir des ligatures basées sur la valeur
+En utilisant une macro qui modifie le comportement des ligatures
+automatiques, voici comment obtenir des ligatures basées sur la valeur
d'une noire.
"
@@ -33,7 +57,7 @@ In a simple time signature of 2/2 or 4/4, 8th notes are beamed by
default as two sets of four.
Using a macro which overrides the autobeaming behavior, this snippet
-changes the beaming to quarter note beats.
+changes the beaming to quarter note beats.
"
doctitle = "Automatic beams two per two in 4/4 or 2/2 time signature"
@@ -47,10 +71,12 @@ changes the beaming to quarter note beats.
% macro for beamed two per two in 2/2 and 4/4 time signature
qBeam = {
- #(override-auto-beam-setting '(end 1 8 * *) 1 4 'Staff)
- #(override-auto-beam-setting '(end 1 8 * *) 2 4 'Staff)
- #(override-auto-beam-setting '(end 1 8 * *) 3 4 'Staff)
-}
+ \overrideBeamSettings #'Staff #'(4 . 4) #'end #'((* . (1 1 1 1)))
+ \overrideBeamSettings #'Staff #'(2 . 2) #'end
+ #'((* . (1 1))
+ ((1 . 8) . (2 2 2 2)))
+} % begin verbatim
+
\score {
<<
« no previous file with comments | « Documentation/user/rhythms.itely ('k') | input/lsr/beam-endings-in-score-context.ly » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b