]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/changes.tely
Let the distance of strings and frets in fret-diagrams be settable
[lilypond.git] / Documentation / changes.tely
index 158e4cf4ae7924455e24363a89764e70530974cb..37e17cae1a69027df980cfc7ba7ade833b0a0c8b 100644 (file)
@@ -61,6 +61,32 @@ which scares away people.
 
 @end ignore
 
+@item
+In fret-diagrams the distance between frets and the distance between strings is
+now independently adjustable.  Available are @code{fret-distance} and
+@code{string-distance} as subproperties of @code{fret-diagram-details}.
+@lilypond[verbatim,quote]
+fretMrkp = \markup { \fret-diagram-terse #"x;x;o;2;3;2;" }
+
+\markuplist
+\override #'(padding . 2)
+\table #'(0 -1) {
+  "default"
+
+  \fretMrkp
+
+  "fret-distance"
+
+  \override #'(fret-diagram-details . ((fret-distance . 2)))
+  \fretMrkp
+
+  "string-distance"
+
+  \override #'(fret-diagram-details . ((string-distance . 2)))
+  \fretMrkp
+}
+@end lilypond
+
 @item
 Accidental rules can now be defined across @code{ChoirStaff} contexts.
 Two new rules @code{choral} and @code{choral-cautionary} are available