]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-beam-knee-gap.ly
Remove obsoleted paragraph about \relative { ... } from NR
[lilypond.git] / Documentation / snippets / changing-beam-knee-gap.ly
index 4096cc62b01eef062f4dd04173fc69ff125df9f0..ee62b273034b52b6906c5ed994df8a75719ee7f0 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.17.15"
 
 \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
 }