LSR: Redo local update.
[lilypond/mpolesky.git] / Documentation / snippets / displaying-complex-chords.ly
blobfc9b5605814e59ea9e18db44bc0d57051f8ab0c1
1 % Do not edit this file; it is automatically
2 % generated from Documentation/snippets/new
3 % This file is in the public domain.
4 %% Note: this file works from version 2.13.1
5 \version "2.13.20"
7 \header {
8 %% Translation of GIT committish: d2119a9e5e951c6ae850322f41444ac98d1ed492
10 texidoces = "
11 He aquĆ­ una forma de imprimir un acorde en el que suena la misma nota
12 dos veces con distintas alteraciones.
15 doctitlees = "ImpresiĆ³n de acordes complejos"
17 lsrtags = "simultaneous-notes, chords"
18 texidoc = "
19 Here is a way to display a chord where the same note is played twice
20 with different accidentals.
22 doctitle = "Displaying complex chords"
23 } % begin verbatim
26 fixA = {
27 \once \override Stem #'length = #9
29 fixB = {
30 \once \override NoteHead #'X-offset = #1.7
31 \once \override Stem #'rotation = #'(45 0 0)
32 \once \override Stem #'extra-offset = #'(-0.2 . -0.2)
33 \once \override Stem #'flag-style = #'no-flag
34 \once \override Accidental #'extra-offset = #'(4 . 0)
37 \relative c' {
38 << { \fixA <b d!>8 } \\ { \voiceThree \fixB dis } >> s