From 5eb696cbc7f14fd9f9ee78667e65055540355906 Mon Sep 17 00:00:00 2001 From: Carl Sorensen Date: Wed, 13 Aug 2008 20:52:01 -0600 Subject: [PATCH] Add predefined-fretboards to NEWS, add harmonics to fretted-strings --- Documentation/topdocs/NEWS.tely | 19 +++++++++++++++++++ Documentation/user/fretted-strings.itely | 17 +++++++++++++---- 2 files changed, 32 insertions(+), 4 deletions(-) diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index 4c35600b3d..0d820c7a28 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -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 diff --git a/Documentation/user/fretted-strings.itely b/Documentation/user/fretted-strings.itely index 83db0efed3..a13e61a53f 100644 --- a/Documentation/user/fretted-strings.itely +++ b/Documentation/user/fretted-strings.itely @@ -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 { + 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 -- 2.39.2