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
* lily/beam-engraver.cc: move new-beam-event to beam-event
[lilypond.git]
/
input
/
regression
/
instrument-name-partial.ly
blob
ccabed02052fa3ab361a09859436c9baa72d3b06
1
2
\version
"1.9.1"
3
\header
{
4
texidoc
=
"Instrument names are also printed on partial starting measures."
5
}
6
7
\score
{
8
\notes \relative
c
'' {
\property
Staff
.
instrument
=
"foo"
\partial
4
c
4
c
1
}
9
\paper
{
raggedright
= ##
t
}
10
}
11