From: gpercival Date: Fri, 21 Apr 2006 05:37:56 +0000 (+0000) Subject: Added Erlend's latest doc patch; thanks! X-Git-Tag: release/2.8.2~9^2~83 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8b760ea4802cf961941fe7858a524205c75b4273;p=lilypond.git Added Erlend's latest doc patch; thanks! --- diff --git a/ChangeLog b/ChangeLog index 7cc724f546..62e617ace2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-20 Graham Percival + + * Documentation/user/instrument-notation.itely: added Erlend's + latest doc patch, thanks! + 2006-04-19 Erlend Aasland * lily/include/slur.hh: diff --git a/Documentation/user/instrument-notation.itely b/Documentation/user/instrument-notation.itely index c456d54c83..8b0aae3768 100644 --- a/Documentation/user/instrument-notation.itely +++ b/Documentation/user/instrument-notation.itely @@ -1847,6 +1847,17 @@ frag = { >> @end lilypond + +@commonprop + +To print tablatures with stems down and horizontal beams, +initialize the @code{TabStaff} with this code: + +@example +\stemDown +\override Beam #'damping = #100000 +@end example + @seealso Program reference: @internalsref{TabStaff}, @internalsref{TabVoice}.