Sweet. That works a treat - thanks for helping me with this. Here's the midi I got - no grace notes and the score is exactly what I need too.
pitch, fullname, duration_string, duration, tie, midi pitch, octave D4, Eighth Triplet (1/3 QL), eighth, 1/3, , 62.0, 4 E4, Eighth Triplet (1/3 QL), eighth, 1/3, , 64.0, 4 A4, Eighth Triplet (1/3 QL), eighth, 1/3, , 69.0, 4 C5, Eighth Triplet (1/3 QL), eighth, 1/3, , 72.0, 5 A4, Eighth Triplet (1/3 QL), eighth, 1/3, , 69.0, 4 E4, Eighth Triplet (1/3 QL), eighth, 1/3, , 64.0, 4 G4, Eighth Triplet (1/3 QL), eighth, 1/3, , 67.0, 4 A4, Eighth Triplet (1/3 QL), eighth, 1/3, , 69.0, 4 E4, Eighth Triplet (1/3 QL), eighth, 1/3, , 64.0, 4 D4, Eighth Triplet (1/3 QL), eighth, 1/3, , 62.0, 4 C4, Eighth Triplet (1/3 QL), eighth, 1/3, , 60.0, 4 A3, Eighth Triplet (1/3 QL), eighth, 1/3, , 57.0, 3 On Tue, 14 Oct 2025 at 19:53, Knute Snortum <[email protected]> wrote: > On Tue, Oct 14, 2025 at 11:35 AM Knute Snortum <[email protected]> wrote: > >> >> You need two score blocks, like this: >> >> \score { >> \new StaffGroup \with { >> \consists "Instrument_name_engraver" >> instrumentName = "Electric guitar" >> } << >> \new Staff \with { >> midiInstrument = "overdriven guitar" >> \override StaffSymbol.staff-space = #(magstep 2) >> } { \clef "treble_8" \electricGuitar } >> \new TabStaff \with { >> stringTunings = #guitar-tuning >> } \electricGuitar >> >> >> \layout { >> #(layout-set-staff-size 25) >> \omit StringNumber >> } >> } >> >> \score { >> \removeWithTag nomidi >> \new Staff \with { >> midiInstrument = "overdriven guitar" >> } \electricGuitar >> \midi {} >> } >> > > One minor change: you don't need midiInstrument in the layout score: > > \new Staff \with { > \override StaffSymbol.staff-space = #(magstep 2) > } > > -- > Knute Snortum > >
