]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/number-staff-lines.ly
* buildscripts/mf-to-table.py (base): break table every three
[lilypond.git] / input / regression / number-staff-lines.ly
1 \version "1.7.18"
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     \bar ":|"
12   }
13   \paper {
14
15 \translator { \StaffContext
16 StaffSymbol \override #'line-count = #3
17 }  }
18   \midi { }
19 }
20