Changes the spanner-placement property of FootnoteSpanner to ly:dir
[lilypond/patrick.git] / input / regression / spacing-to-empty-barline.ly
blob58ef1ada686a6904b3ade527405b952c9ab71166
1 \version "2.13.46"
3 \header {
4 texidoc = "An empty barline does not confuse the spacing engine too much.
5 The two scores should look approximately the same."
8 \layout {
9 \context {
10 \Score
11 \accepts "Top"
14 \context {
15 \name "Top"
16 \alias "Staff"
17 \type "Engraver_group"
18 \consists "Output_property_engraver"
19 \consists "Bar_engraver"
20 \consists "Axis_group_engraver"
22 \override BarLine #'transparent = ##t
26 \paper {
27 ragged-right = ##t
30 \score {
32 \new Top { s1 }
33 \new Staff { c''2 c''4 c''4 }
37 \score {
38 { c''2 c''4 c''4 }