]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/displaying-complex-chords.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / Documentation / snippets / displaying-complex-chords.ly
index 04221cba190b5832279d4242136860a8e20be667..143f975fd257860225ae7e44f0988c144f07ea8e 100644 (file)
@@ -1,10 +1,22 @@
-% Do not edit this file; it is automatically
+% DO NOT EDIT this file manually; it is automatically
 % generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
 % This file is in the public domain.
-%% Note: this file works from version 2.13.1
-\version "2.13.16"
+%% Note: this file works from version 2.14.0
+\version "2.14.0"
 
 \header {
+%% Translation of GIT committish: 2d548a99cb9dba80f2ff035582009477cd37eceb
+
+  texidoces = "
+He aquĆ­ una forma de imprimir un acorde en el que suena la misma nota
+dos veces con distintas alteraciones.
+
+"
+  doctitlees = "ImpresiĆ³n de acordes complejos"
+
   lsrtags = "simultaneous-notes, chords"
   texidoc = "
 Here is a way to display a chord where the same note is played twice
@@ -21,7 +33,7 @@ fixB = {
   \once \override NoteHead #'X-offset = #1.7
   \once \override Stem #'rotation = #'(45 0 0)
   \once \override Stem #'extra-offset = #'(-0.2 . -0.2)
-  \once \override Stem #'flag-style = #'no-flag
+  \once \override Flag #'style = #'no-flag
   \once \override Accidental #'extra-offset = #'(4 . 0)
 }