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
Massive changes - see ChangeLog.
[lilypond.git]
/
input
/
test
/
no-staff.ly
blob
fe2e01ae7666be2cfd9b237487c72db3818b467e
1
\version
"1.9.0"
2
% possible rename to staff-something. -gp
3
4
\header
{
texidoc
=
"@cindex Staff Remove
5
You can stop LilyPond from printing the staff by removing the engraver. "
6
}
7
8
\score
{
9
\notes
{
c
4
d
4
e
8
d
8
}
10
\paper
{
11
raggedright
= ##
t
12
\translator
{
13
\StaffContext
14
\remove
Staff
_
symbol
_
engraver
15
\consists
Pitch
_
squash
_
engraver
16
\remove
Clef
_
engraver
17
}
18
}
19
}
20
21