Coloring individual staff lines
Staff lines can be colored independently by overriding the … …x11-color and rgb-color) which are applied to each staff line in turn starting with the fifth line (for a standard staff), or each item in the list for custom …
…c' { % color all lines in a standard five-line staff \override Staff.StaffSymbol.stencil = #(color-staff-lines red green … …an individual line in a custom staff \override Staff.StaffSymbol.line-positions = #'(-4 0 4) \override Staff.StaffSymbol.stencil = #(color-staff-lines #f red) c1 }
Staff notation version-specific Tweaks and overrides