]> git.donarmstrong.com Git - lilypond.git/blob - input/test/number-staff-lines.ly
patch::: 1.3.113.jcn2
[lilypond.git] / input / test / number-staff-lines.ly
1 \header{
2 texidoc="
3 The number of stafflines of a staff can be set with the property
4 numberOfStaffLines.  Ledger lines both on note heads and rests are
5 adjusted.  Barlines also are adjusted.
6 ";
7 }
8
9 \score { 
10   \context Voice \notes\relative c {
11     
12         c' c c c | g' g g g \property Staff . numberOfStaffLines = 3
13         
14   }
15   \paper { }  
16   \midi { }
17 }