]> git.donarmstrong.com Git - lilypond.git/blob - input/test/instrument-name.ly
3718fcfc2f3cdaefc34cd2010d54fc0a74fe0e11
[lilypond.git] / input / test / instrument-name.ly
1 \version "1.3.117";
2
3 \score {
4
5   \notes     \context Staff = treble    {
6       \property Staff.instrument = "instr " { c''4 }}
7
8 \paper {
9 linewidth=-1.0;
10 \translator { \StaffContext \consists "Instrument_name_engraver"; }
11 }}
12