X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fdisplaying-complex-chords.ly;fp=input%2Flsr%2Fdisplaying-complex-chords.ly;h=0000000000000000000000000000000000000000;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=aef40d9c0998e6510a0bf7bd70665b9b29c51548;hpb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;p=lilypond.git diff --git a/input/lsr/displaying-complex-chords.ly b/input/lsr/displaying-complex-chords.ly deleted file mode 100644 index aef40d9c09..0000000000 --- a/input/lsr/displaying-complex-chords.ly +++ /dev/null @@ -1,31 +0,0 @@ -%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it -%% This file is in the public domain. -\version "2.12.3" - -\header { - 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 Accidental #'extra-offset = #'(0.3 . 0) -} -fixB = { - \once \override NoteHead #'extra-offset = #'(1.7 . 0) - \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 Accidental #'extra-offset = #'(3.1 . 0) -} - -\relative c' { - << { \fixA 8 } \\ { \voiceThree \fixB dis } >> s -} -