]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/how-to-change-fret-diagram-position.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / Documentation / snippets / how-to-change-fret-diagram-position.ly
index da24c5a5dda064c02dbe9cc86f0adebdd7e1e3cd..7556b0e9b39768e2ad46e256343b0424b3f5d0ec 100644 (file)
@@ -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.19.2"
+\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
@@ -51,7 +50,7 @@ harmonies = \chordmode
      b4.~^\markup { \fret-diagram  #"6-x;5-2;4-4;3-2;2-2;1-4;"  } b4. a8\break
 % HERE IS THE SECOND METHOD
      <<
-       { a8 b4.~ 4. a8}
+       { a8 b4.~ b4. a8}
        { s4 s4 s4^\markup { \fret-diagram  #"6-x;5-2;4-4;3-2;2-2;1-4;"  }
        }
      >>