]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/guitar.itely
texi2html: Remove no-longer-needed def; Also implement default TOC for index page
[lilypond.git] / Documentation / user / guitar.itely
index 9cd8ada880f74e04a984935466de607b49383a45..f53b6630d5c934cab6cd08fbc32ef360fdf14110 100644 (file)
@@ -30,7 +30,7 @@
 @end menu
 
 @node String number indications
-@unnumberedsubsubsec String number indications
+@subsubsection String number indications
 
 @cindex String numbers
 
@@ -49,7 +49,7 @@ Internals Reference: @internalsref{StringNumber},
 
 
 @node Tablatures basic
-@unnumberedsubsubsec Tablatures basic
+@subsubsection Tablatures basic
 @cindex Tablatures basic
 
 Tablature notation is used for notating music for plucked string
@@ -98,7 +98,7 @@ frag = {
 @end lilypond
 
 
-@commonprop
+@snippets
 
 To print tablatures with stems down and horizontal beams,
 initialize the @code{TabStaff} with this code:
@@ -112,7 +112,7 @@ initialize the @code{TabStaff} with this code:
 
 Internals Reference: @internalsref{TabNoteHead}, @internalsref{TabStaff}, @internalsref{TabVoice}.
 
-@refbugs
+@knownissues
 
 Chords are not handled in a special way, and hence the automatic
 string selector may easily select the same string to two notes in a
@@ -136,7 +136,7 @@ melodia = \partcombine { e4 g g g }{ e4 e e e }
 
 
 @node Non-guitar tablatures
-@unnumberedsubsubsec Non-guitar tablatures
+@subsubsection Non-guitar tablatures
 @cindex Non-guitar tablatures
 
 You can change the tuning of the strings.  A string tuning is given as
@@ -177,14 +177,14 @@ The file @file{scm/@/output@/-lib@/.scm} contains the predefined string
 tunings.
 Internals Reference: @internalsref{Tab_note_heads_engraver}.
 
-@refbugs
+@knownissues
 
 No guitar special effects have been implemented.
 
 
 
 @node Banjo tablatures
-@unnumberedsubsubsec Banjo tablatures
+@subsubsection Banjo tablatures
 @cindex Banjo tablatures
 
 LilyPond has basic support for five stringed banjo.  When making tablatures
@@ -223,7 +223,7 @@ The file @file{scm/@/output@/-lib@/.scm} contains predefined banjo tunings.
 
 
 @node Fret diagrams
-@unnumberedsubsubsec Fret diagrams
+@subsubsection Fret diagrams
 @cindex fret diagrams
 @cindex chord diagrams
 
@@ -259,7 +259,7 @@ following example
 There are three different fret-diagram markup interfaces: standard, terse,
 and verbose.  The three interfaces produce equivalent markups, but have
 varying amounts of information in the markup string.  Details about the
-markup interfaces are found at @ref{Overview of text markup commands}.
+markup interfaces are found at @ref{Text markup commands}.
 
 You can set a number of graphical properties according to your preference.
 Details about the property interface to fret diagrams are found at
@@ -272,7 +272,7 @@ Examples: @c @lsrdir{guitar}
 
 
 @node Right hand fingerings
-@unnumberedsubsubsec Right hand fingerings
+@subsubsection Right hand fingerings
 
 Right hand fingerings in chords can be entered using
 @code{@var{note}-\rightHandFinger @var{finger}}
@@ -291,7 +291,7 @@ short, for example @code{RH},
 @cindex fingerings, right hand, for guitar 
 @cindex right hand fingerings for guitar
  
-@commonprop
+@snippets
 
 You may exercise greater control over right handing fingerings by
 setting @code{strokeFingerOrientations},
@@ -328,7 +328,7 @@ Internals Reference: @internalsref{StrokeFinger}
 
 
 @node Other guitar issues
-@unnumberedsubsubsec Other guitar issues
+@subsubsection Other guitar issues
 
 This example demonstrates how to include guitar position and
 barring indications.