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
/
instrument-name-dynamic.ly
blob
a418315deedf191750c843152a0be23d35e7d4e9
1
\version
"2.10.0"
2
3
\header
{
4
texidoc
=
"
5
Instrument names (aligned on axis group spanners) ignore dynamic and
6
pedal line spanners."
7
}
8
9
\paper
{
10
line-width
=
3
\cm
11
indent
=
0
\cm
12
}
13
14
\relative
{
15
\set
Staff
.
shortInstrumentName
=
"foo"
16
f
1
|
f
1
|
f
1
|
17
f
1
\<
|
f
1
|
f
1
\!
|
18
}
19
20
% EOF