]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/instrument-name-dynamic.ly
Merge commit 'origin' into includes
[lilypond.git] / input / regression / instrument-name-dynamic.ly
1 \version "2.12.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   f1 | f1 | f1 |
17   f1\< | f1 | f1\! |
18 }
19
20 % EOF