(Integrating LaTeX and
[lilypond.git] / input / regression / number-staff-lines.ly
blobfa9deb01a2e8c908db13e4219f67998015a757ef
1 \version "1.7.18"
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. "
9 \score {
10 \context Voice \notes\relative c {
11 c' c c c | g' g g g \bar ":|"
13 \paper {
15 \translator { \StaffContext
16 StaffSymbol \override #'line-count = #3
17 } }
18 \midi { }
20 %% new-chords-done %%