* input/regression/hairpin-dashed.ly: new file.
[lilypond.git] / input / regression / staff-tweak.ly
blobae70ac9d5d5c857a205e518e128bb3c04f8d5d80
1 \version "1.9.4"
2 \header {
3 texidoc = "The staff is a grob, and may be adjusted as well: this one
4 shows a staff with 6 thick line, and a slightly large staffspace.
5 Beams remain correctly quantized.
7 "
10 \score { \notes {
11 \property Score.StaffSymbol \set #'thickness = #2.0
12 \property Score.StaffSymbol \set #'line-count = #6
13 \property Score.StaffSymbol \set #'staff-space = #1.1
14 c'4 g'4 b'8 b'8 b'8 b'8
17 \paper { raggedright = ##t