From: Carl Sorensen Date: Mon, 11 Aug 2008 02:14:29 +0000 (-0600) Subject: Update documentation for fret diagrams X-Git-Tag: release/2.11.56-1~2^2~36 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=44a39ba119e78441b2dc7b14dce18e434abacfe6;p=lilypond.git Update documentation for fret diagrams --- diff --git a/Documentation/user/fretted-strings.itely b/Documentation/user/fretted-strings.itely index 3c2d64d28b..8b6beef4f5 100644 --- a/Documentation/user/fretted-strings.itely +++ b/Documentation/user/fretted-strings.itely @@ -156,8 +156,8 @@ The notes are printed as tablature, by using @code{TabStaff} and When no string is specified for a note, the note is assigned to the lowest string that can generate the note with a fret number -greater than or equal to @code{minimumFret} is selected. The -default value for @code{minimumFret} is 0. +greater than or equal to the value of @code{minimumFret}. +The default value for @code{minimumFret} is 0. @lilypond[quote,ragged-right,verbatim] @@ -603,7 +603,10 @@ Details are found at @rinternals{fret-diagram-interface}. For a fret diagram markup , the interface properties belong to @code{Voice.TextScript}. @snippets -TODO create snippets for changing properties. Use regression test? + +@lilypondfile[verbatim,lilyquote,texidoc,doctitle] +{customizing-markup-fret-diagrams.ly} + @seealso @@ -815,7 +818,11 @@ Details are found at @rinternals{fret-diagram-interface}. For a predefined fret diagram, the interface properties belong to @code{FretBoards.FretBoard}. -@c @snippets +@snippets + +@lilypondfile[verbatim,lilyquote,texidoc,doctitle] +{customizing-fretboard-fret-diagrams.ly} + @seealso diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index ccffd3b497..1f71b6b7eb 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -276,14 +276,14 @@ from the fret. Default -0.2 Default @code{#RIGHT}. @item @code{mute-string} -- Character string to be used to indicate muted -string. Default @qq{x}. +string. Default \"x\". @item @code{number-type} -- Type of numbers to use in fret label. Choices include @code{roman-lower}, @code{roman-upper}, and @code{arabic}. Default @code{roman-lower}. @item @code{open-string} -- Character string to be used to indicate open -string. Default @qq{o}. +string. Default \"o\". @item @code{orientation} -- Orientation of fret-diagram. Options include @code{normal} and @code{landscape}. Default @code{normal}.