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
Fix 524 pitched trill losing accidental.
[lilypond.git]
/
input
/
regression
/
beam-isknee.ly
blob
f1f7a7b6d40c640eef4546150bedc7fd043f6795
1
2
\version
"2.10.0"
3
\header
{
4
texidoc
=
"@cindex Beam Isknee
5
6
Beams can be placed across a @code{PianoStaff}.
7
8
"
9
10
}
11
12
\layout
{
13
ragged-right
= ##
t
14
}
15
16
\context
PianoStaff
<<
17
\new
Staff
=
"one"
\relative
c
'{
18
s
1
19
}
20
\new
Staff
=
"two"
\relative
c
'{
21
\clef
bass
22
% no knee
23
\stemUp
c
8
[
\change
Staff
=
one
\stemDown
g
'
16
f
]
24
s
8
25
s
2
26
}
27
>>
28
29
30