]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/how-to-change-fret-diagram-position.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / Documentation / snippets / how-to-change-fret-diagram-position.ly
index 31096ecf978e636c50d5d4dcb5963873a984749c..b9d079b0a9c687870eb6fd0d8af51a98b9d99212 100644 (file)
@@ -1,7 +1,10 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.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.13.4"
+\version "2.14.0"
 
 \header {
   lsrtags = "fretted-strings, tweaks-and-overrides"
@@ -20,7 +23,7 @@ invisible notes in that voice (as shown in the second example).
  If you need to move the fret according with a rythmic position inside
 the bar (in the example, the third beat of the measure) the second
 example is better, because the fret is aligned with the third beat
-itself.  
+itself.
 
 "
   doctitle = "How to change fret diagram position"
@@ -47,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.~ b4. a8} 
+       { a8 b4.~ b4. a8}
        { s4 s4 s4^\markup { \fret-diagram  #"6-x;5-2;4-4;3-2;2-2;1-4;"  }
        }
      >>