]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/displaying-complex-chords.ly
Merge branch 'translation' into staging
[lilypond.git] / Documentation / snippets / displaying-complex-chords.ly
index 0aed47839bb1e62b6c1fc8a832b373415e206939..d30bb52bcda5d0c77aa69f1200cdeb77872b47f8 100644 (file)
@@ -1,28 +1,22 @@
-% Do not edit this file; it is automatically
-% generated from Documentation/snippets/new
-% This file is in the public domain.
-%% Note: this file works from version 2.13.1
-\version "2.13.18"
+%% 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.17.0"
 
 \header {
-%% Translation of GIT committish: d2119a9e5e951c6ae850322f41444ac98d1ed492
+  lsrtags = "chords, simultaneous-notes, workaround"
 
-  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
 with different accidentals.
+
 "
   doctitle = "Displaying complex chords"
 } % begin verbatim
 
-
 fixA = {
   \once \override Stem #'length = #9
 }
@@ -30,7 +24,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)
 }