MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / instrument-name-dynamic.ly
blob13601d308be8e16696c0113842c770a9498c6d6d
1 \version "2.12.0"
3 \header {
4 texidoc = "
5 Instrument names (aligned on axis group spanners) ignore dynamic and
6 pedal line spanners."
9 \paper {
10 line-width = 3\cm
11 indent = 0\cm
14 \relative c' {
15 \set Staff.shortInstrumentName = "foo"
16 f1 | f1 | f1 |
17 f1\< | f1 | f1\! |
20 % EOF