Update .ly files.
[lilypond.git] / input / lsr / changing-the-number-of-lines-in-a-staff.ly
blobe2fdedc293857c7254c3497edfdc74bb8d59fd48
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.12.0"
5 \header {
6 lsrtags = "staff-notation"
8 texidoc = "
9 The number of lines in a staff may changed by overriding the
10 @code{StaffSymbol} property @code{line-count}.
16 doctitle = "Changing the number of lines in a staff"
17 } % begin verbatim
19 upper = \relative c'' {
20 c4 d e f
23 lower = \relative c {
24 \clef bass
25 c4 b a g
28 \score {
29 \context PianoStaff <<
30 \new Staff {
31 \upper
33 \new Staff {
34 \override Staff.StaffSymbol #'line-count = #4
35 \lower