]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/staff/aligning-instrument-names.ly
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / lsr / staff / aligning-instrument-names.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.11.23"
3
4 \header { texidoc = "
5 Instrument names can be displayed using a \markup command; in this case
6 the name is placed inside a padded box, which can help vertical
7 alignment.
8 " }
9
10 \new StaffGroup \relative
11 <<
12   \new Staff {
13     \set Staff.instrumentName = \markup { \hcenter-in #10 "blabla" }
14     c1 c1
15   } 
16   \new Staff {
17     \set Staff.instrumentName = \markup { \hcenter-in #10 "blo" }
18     c1 c1
19   } 
20   
21 >>