Fixes Issue 1504, allowing feather beam line breaking.
[lilypond/patrick.git] / input / regression / page-spacing-stretchability.ly
blob0129c92e0c89e3fe882d374aee16db7a04ce880d
1 \version "2.13.39"
3 #(set-default-paper-size "a6")
5 \book {
7 \header {
8 texidoc = "The stretchability property affects the amount that staves will
9 move under extreme stretching, but it does not affect the default distance
10 between staves."
14 \new Staff { c'1 \pageBreak c'1 }
15 \new Staff \with {
16 \override VerticalAxisGroup
17 #'default-staff-staff-spacing #'stretchability = #50
18 } { c'1 c'1 }
19 \new Staff { c'1 c'1 }