From 8cefb55febf382d656adeaba91b8569779a382f6 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Fri, 21 Apr 2006 05:37:56 +0000 Subject: [PATCH] Added Erlend's latest doc patch; thanks! --- ChangeLog | 5 +++++ Documentation/user/instrument-notation.itely | 11 +++++++++++ 2 files changed, 16 insertions(+) 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}. -- 2.39.5