]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/guitar.itely
Always use Lily current version number in docs
[lilypond.git] / Documentation / user / guitar.itely
index 301a573242db82cf13c25a863917f47fbd9db4af..b056670d8888b73bc17ef9f8403f5e6a3b29f635 100644 (file)
@@ -30,7 +30,7 @@
 @end menu
 
 @node String number indications
-@unnumberedsubsubsec String number indications
+@subsubsection String number indications
 
 @cindex String numbers
 
@@ -45,11 +45,11 @@ with @code{\}@var{number},
 @seealso
 
 Internals Reference: @internalsref{StringNumber},
-@lsr{guitar/,string-number.ly}.
+@c @lsr{guitar/,string-number.ly}.
 
 
 @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:
@@ -110,9 +110,9 @@ initialize the @code{TabStaff} with this code:
 
 @seealso
 
-Internals Reference: @internalsref{TabStaff}, @internalsref{TabVoice}.
+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
 
@@ -268,11 +268,11 @@ Details about the property interface to fret diagrams are found at
 
 @seealso
 
-Examples: @lsrdir{guitar}
+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.
@@ -348,7 +348,7 @@ Stopped (X) note heads are used in guitar music to signal a place where the
 guitarist must play a certain note or chord, with its fingers just
 touching the strings instead of fully pressing them.  This gives the sound a
 percussive noise-like sound that still maintains part of the original
-pitch.  It is notated with cross noteheads; this is
+pitch.  It is notated with cross note heads; this is
 demonstrated in @ref{Special note heads}.