]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/number-staff-lines.ly
release: 1.5.6
[lilypond.git] / input / regression / number-staff-lines.ly
1 \version "1.3.146"
2
3 \header{
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 \score { 
10 \context Voice \notes\relative c {
11         c' c c c | g' g g g     
12   }
13   \paper {
14
15 \translator { \StaffContext
16 StaffSymbol \override #'line-count = #3
17 }  }
18   \midi { }
19 }