]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/guitar.itely
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / Documentation / user / guitar.itely
index 34ad9983efb65e181409f5d73113b10afbd4a945..8bcb002abeb4ec5fdb24e435e5e8cd938059997e 100644 (file)
@@ -30,7 +30,7 @@
 @end menu
 
 @node String number indications
-@unnumberedsubsubsec String number indications
+@subsubsection String number indications
 
 @cindex String numbers
 
@@ -44,12 +44,12 @@ with @code{\}@var{number},
 
 @seealso
 
-Program reference: @internalsref{StringNumber},
-@lsr{guitar/,string-number.ly}.
+Internals Reference: @internalsref{StringNumber},
+@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
@@ -110,7 +110,7 @@ initialize the @code{TabStaff} with this code:
 
 @seealso
 
-Program reference: @internalsref{TabStaff}, @internalsref{TabVoice}.
+Internals Reference: @internalsref{TabNoteHead}, @internalsref{TabStaff}, @internalsref{TabVoice}.
 
 @refbugs
 
@@ -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
@@ -175,7 +175,7 @@ Some other predefined tunings are @code{guitar-open-g-tuning},
 
 The file @file{scm/@/output@/-lib@/.scm} contains the predefined string
 tunings.
-Program reference: @internalsref{Tab_note_heads_engraver}.
+Internals Reference: @internalsref{Tab_note_heads_engraver}.
 
 @refbugs
 
@@ -184,7 +184,7 @@ 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}}
@@ -323,12 +323,12 @@ The letters used for the fingerings are contained in the property
 
 @seealso
 
-Program reference: @internalsref{StrokeFinger}
+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,8 +348,8 @@ 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
-demonstrated in @ref{Special noteheads}.
+pitch.  It is notated with cross note heads; this is
+demonstrated in @ref{Special note heads}.