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