]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/how-to-change-fret-diagram-position.ly
New version of LSR upgrade
[lilypond.git] / Documentation / snippets / how-to-change-fret-diagram-position.ly
index 1e86c71dd08c6a88d98e17d219d60a03dc77c86b..91c10bd9ccd24b7afbbe4075849cf2ad645dee95 100644 (file)
@@ -1,9 +1,13 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% 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.
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.14.2"
 
 \header {
 
 \header {
-  lsrtags = "fretted-strings, tweaks-and-overrides"
+  lsrtags = "specific-notation, fretted-strings, tweaks-and-overrides"
 
   texidoc = "
 If you want to move the position of a fret diagram, for example, to
 
   texidoc = "
 If you want to move the position of a fret diagram, for example, to
@@ -19,12 +23,13 @@ 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
  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"
 } % begin verbatim
 
 
 "
   doctitle = "How to change fret diagram position"
 } % begin verbatim
 
+
 harmonies = \chordmode
 {
   a8:13
 harmonies = \chordmode
 {
   a8:13
@@ -46,7 +51,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
      <<
      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;"  }
        }
      >>
        { s4 s4 s4^\markup { \fret-diagram  #"6-x;5-2;4-4;3-2;2-2;1-4;"  }
        }
      >>