]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/instrument-name-dynamic.ly
Fix off-by-one error in constrained-breaking.
[lilypond.git] / input / regression / instrument-name-dynamic.ly
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 \relative {
10   \set Staff.shortInstrumentName = "foo"
11   f1 | f1 | f1 |
12   f1\< | f1 | f1\! |
13 }
14
15 \paper {
16   line-width = 3\cm
17   indent = 0\cm
18 }
19
20 % EOF