]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-knee-compressed.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / spacing-knee-compressed.ly
index 25981909eea2ae43a5a43b64f6deea3a0f3d8cbd..f3bcb4a02536115f4bae39f12af5700a40065429 100644 (file)
@@ -1,18 +1,27 @@
-\version "2.11.51"
+\version "2.14.0"
 
 \header {
-  texidoc = "Spacing corrections for kneed beams still work when compression is involved."
+  texidoc = "Spacing corrections for kneed beams still work when
+compression is involved."
+}
+
+\paper { line-width = 14.4\cm }
+
+\layout {
+  \context {
+    \Voice
+    \override Beam #'auto-knee-gap = #1
+  }
 }
 
-\paper { line-width = 14.4 \cm }
 rh = \change Staff = "rh"
 lh = \change Staff = "lh"
 \new PianoStaff <<
-        \new Staff ="rh" {
-                s1*3
-        }
-        \new Staff ="lh" {
-                \clef bass
-                \repeat unfold 12 { \rh a'16 \lh d \rh a' \lh d \noBreak}
-        }
+  \new Staff ="rh" {
+    s1*3
+  }
+  \new Staff ="lh" \new Voice {
+    \clef bass
+    \repeat unfold 12 { \rh a'16 \lh d \rh a' \lh d \noBreak }
+  }
 >>
\ No newline at end of file