X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fdisplaying-complex-chords.ly;h=1e65f3df44151ee868ed66009ad771d57fb79e10;hb=23108a9515e7f76b44fac0b323afb169d708bfa1;hp=143f975fd257860225ae7e44f0988c144f07ea8e;hpb=1141320a0957c1da3aeb560751a7e42d1e6593ae;p=lilypond.git diff --git a/Documentation/snippets/displaying-complex-chords.ly b/Documentation/snippets/displaying-complex-chords.ly index 143f975fd2..1e65f3df44 100644 --- a/Documentation/snippets/displaying-complex-chords.ly +++ b/Documentation/snippets/displaying-complex-chords.ly @@ -1,40 +1,31 @@ -% 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.14.0 -\version "2.14.0" +%% 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.11" \header { -%% Translation of GIT committish: 2d548a99cb9dba80f2ff035582009477cd37eceb + 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 + \once \override Stem.length = #9 } 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 Flag #'style = #'no-flag - \once \override Accidental #'extra-offset = #'(4 . 0) + \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 Flag.style = #'no-flag + \once \override Accidental.extra-offset = #'(4 . 0) } \relative c' {