* input/regression/hairpin-dashed.ly: new file.
[lilypond.git] / input / regression / number-staff-lines.ly
blobefdd48d2095df8d17396908e67e87e8f4fa5e17e
2 \version "1.9.4"
4 \header{
5 texidoc=" The number of stafflines of a staff can be set. Ledger
6 lines both on note heads and rests are adjusted. Barlines also are
7 adjusted. "
10 \score {
11 \context Voice \notes\relative c {
12 c' c c c | g' g g g \bar ":|"
14 \paper {
16 \translator { \StaffContext
17 StaffSymbol \override #'line-count = #3
18 } }
19 \midi { }