]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/staff-tweak.ly
18db69d0e1d83065a423c1e669121e781335445f
[lilypond.git] / input / regression / staff-tweak.ly
1 \header {
2 texidoc = "The staff is a grob, and may be adjusted as well: this one
3  shows a staff with 6 thick line, and a slightly large staffspace.
4 Beams remain correctly quantized.
5
6 "    
7 }
8
9 \score { \notes {
10     \property Score.StaffSymbol \set #'thickness = #2.0
11     \property Score.StaffSymbol \set #'line-count = #6
12     \property Score.StaffSymbol \set #'staff-space = #1.1
13     c'4 g'4 b'8  b'8  b'8  b'8  
14 }
15          
16 \paper  { linewidth = -1.
17
18
19       } 
20      }