X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fdisplaying-complex-chords.ly;h=902541ce0c8ccefebf086716c56a8d750eb105ee;hb=cc86f76536d141c96879ab3a0bd77cd95605227d;hp=dc4dff6de36d4fa043af35f625b7e47cbc799219;hpb=f991a49afd605ba58c841a1eeb901a638c19e111;p=lilypond.git diff --git a/Documentation/snippets/displaying-complex-chords.ly b/Documentation/snippets/displaying-complex-chords.ly index dc4dff6de3..902541ce0c 100644 --- a/Documentation/snippets/displaying-complex-chords.ly +++ b/Documentation/snippets/displaying-complex-chords.ly @@ -4,7 +4,7 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.15.43" +\version "2.17.6" \header { lsrtags = "chords, simultaneous-notes, workaround" @@ -18,14 +18,14 @@ with different accidentals. } % 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' {