]> git.donarmstrong.com Git - lilypond.git/blob - input/test/instrument-name.ly
covnert-ly
[lilypond.git] / input / test / instrument-name.ly
1 \version "1.5.68"
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