repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update .ly files.
[lilypond.git]
/
input
/
regression
/
number-staff-lines.ly
blob
72ce5649fa3032ecddfac8eeb50158adcf4c1515
1
2
\version
"2.12.0"
3
4
\header
{
5
texidoc
=
" The number of stafflines of a staff can be set. Ledger
6
lines both on note heads and rests, as well as barlines, are
7
adjusted accordingly. "
8
}
9
10
11
\new
Staff
\with
{
12
\override
StaffSymbol
#'
line-count
= #
3
13
}
14
\relative
c
{
15
c
'
c c c
|
g
'
g g g
\bar
":|"
16
}
17