1
2\version "2.19.21"
3
4\header{
5  texidoc=" The number of stafflines of a staff can be set.  Ledger
6lines both on note heads and rests, as well as barlines, are
7adjusted accordingly.  "
8}
9
10
11\new Staff \with {
12  \override StaffSymbol.line-count = #3
13}
14\relative {
15  c' c c c | g' g g g 	\bar ":|."
16}
17
18