]> git.donarmstrong.com Git - lilypond.git/blob - input/test/instrument-name-align.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / test / instrument-name-align.ly
1
2 \header {
3
4
5   texidoc = "instrument names may be aligned manually by putting the
6 names in padded boxes with @code{\markup}."
7
8
9 }
10
11 \version "2.7.39"
12
13 \paper {
14   line-width = 15\cm
15 }
16
17
18 \new StaffGroup \relative
19 <<
20   \new Staff {
21     \set Staff. instrument
22     = \markup { \hcenter-in #10 "blabla" }
23     c1 c1
24   } 
25   \new Staff {
26     \set Staff. instrument
27     = \markup { \hcenter-in #10 "blo" }
28     c1 c1
29   } 
30   
31 >>