]> git.donarmstrong.com Git - lilypond.git/commitdiff
Update documentation for fret diagrams
authorCarl Sorensen <c_sorensen@byu.edu>
Mon, 11 Aug 2008 02:14:29 +0000 (20:14 -0600)
committerCarl Sorensen <c_sorensen@byu.edu>
Mon, 11 Aug 2008 02:14:29 +0000 (20:14 -0600)
Documentation/user/fretted-strings.itely
scm/define-grob-properties.scm

index 3c2d64d28bf26b64d502c69a50164dede5cf117d..8b6beef4f59431cae504a6a377258a7faddb0768 100644 (file)
@@ -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
 
index ccffd3b49708aa75ccbc525a9982fd1c8e707e3b..1f71b6b7eb1b8d8615ed04d590a3aaf8530873b5 100644 (file)
@@ -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}.