]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-tremolo-staff-space.ly
21944345599c95afe745f07d8d8ca561cce936b4
[lilypond.git] / input / regression / stem-tremolo-staff-space.ly
1 \header {
2
3   texidoc = "stem tremolo vertical distance also obeys staff-space settings. "
4
5 }
6
7 \version "2.16.0"
8
9 \layout {
10   ragged-right = ##t
11 }
12
13 fragment = \relative c' {
14   c4:64 c:64 c8:64 c:64 c:64 c:64 c:64
15 }
16
17
18 <<
19   \new Staff \with {
20     fontSize = #-4
21     \override StaffSymbol #'staff-space = #(magstep -4)
22   }
23   \fragment
24   \new Staff \fragment
25 >>