]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/number-staff-lines.ly
5494d66c52951d63681047077ebf5b08dcf8e823
[lilypond.git] / input / regression / number-staff-lines.ly
1 \header{
2
3 texidoc=" The number of stafflines of a staff can be set.  Ledger
4 lines both on note heads and rests are adjusted.  Barlines also are
5 adjusted.  ";
6
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 }