X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fhow-to-change-fret-diagram-position.ly;h=e1b3dd9b742b13ed9253304bee464f69128f9447;hb=90e4d7057f3857da049dfda3d130017d4719bd6b;hp=cbcd2bc9c724c931b57be795526ef4f3feb74547;hpb=01df8ad908c92687d0c352e5ad5f067e52809423;p=lilypond.git diff --git a/Documentation/snippets/how-to-change-fret-diagram-position.ly b/Documentation/snippets/how-to-change-fret-diagram-position.ly index cbcd2bc9c7..e1b3dd9b74 100644 --- a/Documentation/snippets/how-to-change-fret-diagram-position.ly +++ b/Documentation/snippets/how-to-change-fret-diagram-position.ly @@ -1,10 +1,10 @@ %% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% generated from LSR http://lsr.di.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.6" +\version "2.18.0" \header { lsrtags = "fretted-strings, specific-notation, tweaks-and-overrides" @@ -29,7 +29,6 @@ itself. doctitle = "How to change fret diagram position" } % begin verbatim - harmonies = \chordmode { a8:13 @@ -43,8 +42,8 @@ harmonies = \chordmode \score { << - \context ChordNames \harmonies - \context Staff + \new ChordNames \harmonies + \new Staff {a8^\markup { \fret-diagram #"6-x;5-0;4-2;3-0;2-0;1-2;" } % THE FOLLOWING IS THE COMMAND TO MOVE THE FRET DIAGRAM \once \override TextScript.extra-offset = #'(10 . 0)