]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add predefined-fretboards to NEWS, add harmonics to fretted-strings
authorCarl Sorensen <c_sorensen@byu.edu>
Thu, 14 Aug 2008 02:52:01 +0000 (20:52 -0600)
committerCarl Sorensen <c_sorensen@byu.edu>
Thu, 14 Aug 2008 02:52:01 +0000 (20:52 -0600)
Documentation/topdocs/NEWS.tely
Documentation/user/fretted-strings.itely

index 4c35600b3d5330b1652cfe2e9fc99a9c4cab13a6..0d820c7a28303462a921db3157c674542bcb5b55 100644 (file)
@@ -65,6 +65,25 @@ which scares away people.
 
 @end ignore
 
+@item
+Predefined, user-configurable, transposable fret diagrams
+are now available in the FretBoards context:
+@lilypond[]
+\include "predefined-guitar-fretboards.ly"
+<<
+  \new ChordNames {
+   \chordmode {
+      c1 \transpose c e { c }
+    }
+  }
+  \new FretBoards {
+    \chordmode {
+      c1 \transpose c e { c }
+    }
+  }
+>>
+@end lilypond
+
 @item
 A few syntax changes were made:
 @example
index 83db0efed37a2699bcbf66d17eda68939245b8a7..a13e61a53f869580c9f0c101f42b8ecf1ee25e2b 100644 (file)
@@ -176,6 +176,18 @@ The default value for @code{minimumFret} is 0.
 >>
 @end lilypond
 
+Harmonic indications and slides can be added to tablature
+notation.
+
+@lilypond[fragment, verbatim, quote, relative=1]
+\new TabStaff {
+  \new TabVoice {
+    <c g'\harmonic> d\2\glissando e\2
+  }
+}
+@end lilypond
+
+
 @snippets
 
 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
@@ -220,6 +232,7 @@ melodia = \partcombine { e4 g g g }{ e4 e e e }
 >>
 @end lilypond
 
+Guitar special effects are limited to harmonics and slides.
 
 @node Custom tablatures
 @unnumberedsubsubsec Custom tablatures
@@ -309,10 +322,6 @@ Snippets:
 Internals Reference: 
 @rinternals{Tab_note_heads_engraver}.
 
-@knownissues
-
-No guitar special effects have been implemented.
-
 
 @node Fret diagram markups
 @unnumberedsubsubsec Fret diagram markups