repo.or.cz
/
lilypond
/
csorensen.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git]
/
input
/
regression
/
system-start-bracket.ly
blob
33ccc2897dc1d5e96135cbf1f4cd4677ea44ab8f
1
\version
"2.10.0"
2
\header
{
3
texidoc
=
"A piano context included within a staff group should
4
cause the piano brace to be drawn to the left of the staff angle
5
bracket."
6
}
7
8
\layout
{
ragged-right
= ##
t
}
9
10
11
{
12
\context
StaffGroup
<<
13
c
4
14
\context
PianoStaff
<<
15
\new
Staff
d
16
\new
Staff
e
17
>>
18
>>
19
}
20
21
22