]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/number-staff-lines.ly
*** empty log message ***
[lilypond.git] / input / regression / number-staff-lines.ly
1
2 \version "2.6.0"
3
4 \header{
5   texidoc=" The number of stafflines of a staff can be set.  Ledger
6 lines both on note heads and rests, as well as barlines, are
7 adjusted accordingly.  "
8 }
9
10
11 \context Voice \relative c {
12   c' c c c | g' g g g   \bar ":|"
13 }
14 \layout {
15   \context {
16     \Staff
17     \override StaffSymbol #'line-count = #3
18   }
19
20