Hello, I'd like to engrave some percussion sections for separate players. The groups have their name for player numbers, and the individual rhythmic staves indicate names of instruments. However, even though I include the engraver, the file attached doesn't generate group names into the pdf. I know this because I converted the pdf into text. Could anyone point out what's wrong? Regards Haipeng
\version "2.13.35"
\score {
\new StaffGroup <<
\new GrandStaff = "group I"\with { \consists "Instrument_name_engraver" } <<
\set GrandStaff.instrumentName = "group 1"
\set GrandStaff.shortInstrumentName = "g1"
\new RhythmicStaff = "test I" {
\set RhythmicStaff.instrumentName = "test 1"
\set RhythmicStaff.shortInstrumentName = "t1"
c4 c c c | \break c c c c
}
\new RhythmicStaff = "test II" {
\set RhythmicStaff.instrumentName = "test 2"
\set RhythmicStaff.shortInstrumentName = "t2"
c4 c c c | \break c c c c
}
>>
\new GrandStaff = "group II" \with { \consists "Instrument_name_engraver" } <<
\set GrandStaff.instrumentName = "group 2"
\set GrandStaff.shortInstrumentName = "g2"
\new RhythmicStaff = "test III" {
\set RhythmicStaff.instrumentName = "test 3"
\set RhythmicStaff.shortInstrumentName = "t3"
c4 c c c | \break c c c c
}
\new RhythmicStaff = "test IV" {
\set RhythmicStaff.instrumentName = "test 4"
\set RhythmicStaff.shortInstrumentName = "t4"
c4 c c c | \break c c c c
}
>>
>>
\layout { }
}
i.pdf
Description: Adobe PDF document
_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
