]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/positioning-arpeggios.ly
Merge branch 'master' into translation
[lilypond.git] / Documentation / snippets / positioning-arpeggios.ly
index 2985739d142a7d18b639f02002d5a2f74fc65772..ebeaca3824d2461e5fff5f02b0b2269f1f36415e 100644 (file)
@@ -1,10 +1,15 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.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.13.16"
+\version "2.14.2"
 
 \header {
-%% Translation of GIT committish: 5a7301fc350ffc3ab5bd3a2084c91666c9e9a549
+  lsrtags = "tweaks-and-overrides, expressive-marks"
+
+%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
   texidoces = "
 Si necesitamos alargar o acortar un símbolo de arpegio, podemos
 modificar independientemente los extremos superior e inferior.
@@ -14,8 +19,6 @@ modificar independientemente los extremos superior e inferior.
 
 
 
-  lsrtags = "expressive-marks, tweaks-and-overrides"
-
   texidoc = "
 If you need to extend or shorten an arpeggio, you can modify the upper
 and lower start positions independently.
@@ -24,6 +27,7 @@ and lower start positions independently.
   doctitle = "Positioning arpeggios"
 } % begin verbatim
 
+
 \relative c' {
   <c e g b>1\arpeggio
   \once \override Arpeggio #'positions = #'(-5 . 0)