]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/number-staff-lines.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / regression / number-staff-lines.ly
1
2 \header{
3
4 texidoc=" The number of stafflines of a staff can be set.  Ledger
5 lines both on note heads and rests are adjusted.  Barlines also are
6 adjusted.  ";
7
8 }
9
10 \score { 
11 \context Voice \notes\relative c {
12         c' c c c | g' g g g     
13   }
14   \paper {
15
16 \translator { \StaffContext
17 StaffSymbol \override #'line-count = #3
18 }  }
19   \midi { }
20 }