]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/staff-tweak.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / staff-tweak.ly
1 \version "1.5.68"
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.
6
7 "    
8 }
9
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  
15 }
16          
17 \paper  { linewidth = -1.
18
19
20       } 
21      }