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
/
no-notation
/
die-staff.ly
blob
af56a53f21b253b13a2c8e86b8d90960953fa42d
1
\version
"1.9.0"
2
3
\header
{
4
texidoc
=
"a staff should really die, if no one's referencing it."
5
}
6
\score
{
7
{
8
\context
Staff
=
q
{
9
\notes
{
a
'
b
'
c
'
d
' }
10
}
11
12
\break
13
14
\context
PianoStaff
<
15
\context
Staff
=
i
{
16
\notes
{
a
'
b
'
c
'
d
' }
17
}
18
\context
Staff
=
ii
{
19
\notes
{
\clef
"bass"
a b c d
}
20
}
21
>
22
}
23
}