]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/stem-and-beam-behavior-in-tablature.ly
Merge master into nested-bookparts
[lilypond.git] / input / lsr / stem-and-beam-behavior-in-tablature.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.11.62"
4
5 \header {
6   lsrtags = "fretted-strings"
7
8   texidoc = "
9 The direction of stems is controlled the same way in tablature as in
10 traditional notation. Beams can be made horizontal, as shown in this
11 example.
12
13 "
14   doctitle = "Stem and beam behavior in tablature"
15 } % begin verbatim
16 \new TabStaff {
17   \relative c {
18     g16 b d g b d g b
19     \stemDown
20     \override Beam #'damping = #+inf.0
21     g,,16 b d g b d g b
22   }
23 }