]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/stem-and-beam-behavior-in-tablature.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / Documentation / snippets / stem-and-beam-behavior-in-tablature.ly
index 1e8806041290ec7f2ba509fe8f2187e1be6f51e0..d8636cf383f169506928a52cb3b516daf31be97f 100644 (file)
@@ -1,10 +1,10 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.unimi.it
 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.18.0"
 
 \header {
   lsrtags = "fretted-strings"
@@ -18,13 +18,12 @@ example.
   doctitle = "Stem and beam behavior in tablature"
 } % begin verbatim
 
-
 \new TabStaff {
   \relative c {
     \tabFullNotation
     g16 b d g b d g b
     \stemDown
-    \override Beam #'concaveness = #10000
+    \override Beam.concaveness = #10000
     g,,16 b d g b d g b
   }
 }