]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-knee-compressed.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / spacing-knee-compressed.ly
index ad74e1837ede182b1f761559d4260c49cb0d32e8..ca7611d6c0011c1c53ca745d64d6b1c26e87d773 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.12.0"
+\version "2.16.0"
 
 \header {
   texidoc = "Spacing corrections for kneed beams still work when
@@ -6,6 +6,14 @@ compression is involved."
 }
 
 \paper { line-width = 14.4\cm }
+
+\layout {
+  \context {
+    \Voice
+    \override Beam #'auto-knee-gap = #1
+  }
+}
+
 rh = \change Staff = "rh"
 lh = \change Staff = "lh"
 \new PianoStaff <<
@@ -16,4 +24,4 @@ lh = \change Staff = "lh"
     \clef bass
     \repeat unfold 12 { \rh a'16 \lh d \rh a' \lh d \noBreak }
   }
->>
\ No newline at end of file
+>>