Changes the spanner-placement property of FootnoteSpanner to ly:dir
[lilypond/patrick.git] / input / regression / staff-mixed-size.ly
blob1e66ebc3c9d6f684a35f4dc47ba1334387a8a60a
1 \header {
3 texidoc = "Staves may be present in several sizes within a score.
4 This is achieved with an internal scaling factor. If the scaling factor is
5 forgotten in some places, objects generally become too thick or too
6 large on smaller staves."
10 \version "2.12.0"
12 \layout {
13 ragged-right = ##t
16 melody = \relative c''' {
17 \override DynamicText #'extra-offset = #'(0 . 3)
18 s1-\f c8[(\< r a g]) e[ r d( <f a>])\! \times 2/3 { d4 d d }
22 \new Staff \with {
23 fontSize = #-4
24 \override StaffSymbol #'staff-space = #(magstep -4)
25 } {
26 \melody
28 \new Staff {
29 \melody