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