]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/stem-and-beam-behavior-in-tablature.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / Documentation / snippets / new / stem-and-beam-behavior-in-tablature.ly
index 3b5e41ffac164961bfaeef57d09a7eba994fd6d8..e0c249ef156dffacc5fda54663fc2a21eb79c8b2 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.4"
+\version "2.14.0"
 
 \header {
   lsrtags = "fretted-strings"
@@ -15,7 +15,7 @@ example.
     \tabFullNotation
     g16 b d g b d g b
     \stemDown
-    \override Beam #'damping = #+inf.0
+    \override Beam #'concaveness = #10000
     g,,16 b d g b d g b
   }
 }