]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-beam-knee-gap.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / snippets / changing-beam-knee-gap.ly
index 3bd380f2c74daffb747cbfbe5b71c9e8087ddfb5..6409e4b15d31b8eca58caa87c205ef6652658641 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   lsrtags = "rhythms"
@@ -25,6 +25,6 @@ spaces.
 
 {
   f8 f''8 f8 f''8
-  \override Beam #'auto-knee-gap = #6
+  \override Beam.auto-knee-gap = #6
   f8 f''8 f8 f''8
 }