Update .ly files.
[lilypond.git] / input / regression / staff-mixed-size.ly
blobc3bcc78b6a89bbc6708a59640d7c7b5ee759a1fb
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 {
17 \override DynamicText #'extra-offset = #'(0 . 3)
18 s1-\f c''8[(\< 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 \relative c' {
30 \melody