]> git.donarmstrong.com Git - lilypond.git/commitdiff
Added Erlend's latest doc patch; thanks!
authorGraham Percival <graham@percival-music.ca>
Fri, 21 Apr 2006 05:37:56 +0000 (05:37 +0000)
committerGraham Percival <graham@percival-music.ca>
Fri, 21 Apr 2006 05:37:56 +0000 (05:37 +0000)
ChangeLog
Documentation/user/instrument-notation.itely

index 7cc724f54678d7fe83f5f92f132989e63b69ef61..62e617ace2a141987c836773bd24d23a9d1809da 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-20  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/instrument-notation.itely: added Erlend's
+       latest doc patch, thanks!
+
 2006-04-19  Erlend Aasland <erlenda@gmail.com>
 
        * lily/include/slur.hh:
index c456d54c83a3c9f1e9b71e93e7161158d9697d47..8b0aae3768b27a19dd2f91b498f2983826b1af6c 100644 (file)
@@ -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}.