]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/moving-dotted-notes-in-polyphony.ly
Issue 2530: Use fractions rather than Scheme pairs for \scaleDuration, timeSignatureF...
[lilypond.git] / Documentation / snippets / moving-dotted-notes-in-polyphony.ly
index e7853412d5e45fa1e05da727cd9b471a702076c7..d90bd44a14cf591b8e8888917a27fbe21cbf47f0 100644 (file)
@@ -1,10 +1,25 @@
-%% 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 {
-  lsrtags = "rhythms, simultaneous-notes, tweaks-and-overrides"
+  lsrtags = "simultaneous-notes, tweaks-and-overrides, rhythms"
+
+%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
+  texidoces = "
+Cuando se puede una nota en la voz superior para evitar la colisión
+con una nota de otra voz, el comportamiento predeterminado es
+desplazar la nota superior a la derecha.  Se puede cambiar usando la
+propiedad @code{prefer-dotted-right} de @code{NoteCollision}.
+
+"
+  doctitlees = "Desplazar las notas con puntillo en polifonía"
+
+
 
   texidoc = "
 When a dotted note in the upper voice is moved to avoid a collision
@@ -16,6 +31,7 @@ the right.  This behaviour can be over-ridden by using the
   doctitle = "Moving dotted notes in polyphony"
 } % begin verbatim
 
+
 \new Staff \relative c' <<
   { f2. f4
     \override Staff.NoteCollision #'prefer-dotted-right = ##f