]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/magnifyStaff-space-alist.ly
Web-ja: update introduction
[lilypond.git] / input / regression / magnifyStaff-space-alist.ly
1 \version "2.19.22"
2
3 \header {
4   texidoc = "@code{space-alist} values should be scaled along
5 with notation size when using the @code{\magnifyStaff} command."
6 }
7
8 \paper {
9   indent = 0
10   ragged-right = ##t
11   system-system-spacing = #'((padding . 3))
12   score-markup-spacing = #'((padding . 6))
13 }
14
15 example =
16 #(define-music-function (mag) (positive?)
17    #{
18      \new Staff \with {
19        \magnifyStaff #mag
20        \consists "Custos_engraver"
21        \override Custos.style = #'mensural
22      } \new Voice \with {
23        \consists "Ambitus_engraver"
24      } {
25        \omit Score.BarNumber
26        \key d \major
27        d''2 \breathe d'' |
28        \break
29        g'1 |
30        \clef treble
31        \key c \major
32        g'1 |
33      }
34    #})
35
36 \markup "0.50:" \example 0.50
37 \markup "1.00:" \example 1.00
38 \markup "2.00:" \example 2.00