LSR: Update.
[lilypond.git] / input / lsr / changing-the-number-of-lines-in-a-staff.ly
blob766c5027a4f944740f800145044b4c878b4eaa73
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.11.62"
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
18 upper = \relative c'' {
19 c4 d e f
22 lower = \relative c {
23 \clef bass
24 c4 b a g
27 \score {
28 \context PianoStaff <<
29 \new Staff {
30 \upper
32 \new Staff {
33 \override Staff.StaffSymbol #'line-count = #4
34 \lower