1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
6 lsrtags
= "fretted-strings, tweaks-and-overrides"
9 If you want to move the position of a fret diagram, for example, to
10 avoid collision, or to place it between two notes, you have various
13 1) modify #'padding or #'extra-offset values (as shown in the first
16 2) you can add an invisible voice and attach the fret diagrams to the
17 invisible notes in that voice (as shown in the second example).
19 If you need to move the fret according with a rythmic position inside
20 the bar (in the example, the third beat of the measure) the second
21 example is better, because the fret is aligned with the third beat
25 doctitle
= "How to change fret diagram position"
27 harmonies
= \chordmode
30 % THE FOLLOWING IS THE COMMAND TO MOVE THE CHORD NAME
31 \once \override ChordNames
.ChordName
#'extra-offset
= #'(10 . 0)
33 % THIS LINE IS THE SECOND METHOD
40 \context ChordNames
\harmonies
42 {a8^\markup { \fret-diagram
#"6-x;5-0;4-2;3-0;2-0;1-2;" }
43 % THE FOLLOWING IS THE COMMAND TO MOVE THE FRET DIAGRAM
44 \once \override TextScript
#'extra-offset
= #'(10 . 0)
45 b4.~
^\markup { \fret-diagram
#"6-x;5-2;4-4;3-2;2-2;1-4;" } b4. a8\break
46 % HERE IS THE SECOND METHOD
49 { s4 s4 s4^\markup { \fret-diagram
#"6-x;5-2;4-4;3-2;2-2;1-4;" }