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
* configure.in: bump GCC requirements to 3.x
[lilypond.git]
/
input
/
test
/
beam-isknee.ly
blob
563663d7cd7cf5e10d6f87a642bf6fa8925710af
1
2
\version
"1.9.1"
3
\header
{
4
texidoc
=
"@cindex Beam Isknee
5
LilyPond can beam across a Piano Staff.
6
"
}
7
\score
{
8
\context
PianoStaff
<
9
\context
Staff
=
one
\notes\relative
c
'{
10
s
1
11
}
12
\context
Staff
=
two
\notes\relative
c
'{
13
\clef
bass
14
% no knee
15
\stemUp
c
8
[
\translator
Staff
=
one
\stemDown
g
'
16
f
]
16
s
8
17
s
2
18
}
19
>
20
\paper
{
21
raggedright
= ##
t
22
}
23
}
24
25
26