]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-tremolo-staff-space.ly
Doc-es: various updates.
[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.19.21"
8
9 \layout {
10   ragged-right = ##t
11 }
12
13 fragment = \relative {
14   c'4: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 >>