Jump to content

Staff line positions

From LilyPond wiki
(Redirected from LSR 224)

The vertical positions of staff lines may be specified individually, by setting the line-positions property of the StaffSymbol.

\version "2.24.0"

%% http://lsr.di.unimi.it/LSR/Item?id=224

\new Staff \relative c' {
  \override Staff.StaffSymbol.line-positions = #'(-7 -2 0 3 9)
  g c f b e a
}