]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/staff/staff-line-positions.ly
3b57da87e2fc2f52e55283b5232f0fe6c37d34cb
[lilypond.git] / input / lsr / staff / staff-line-positions.ly
1 \version "2.10.12"
2
3 \header { texidoc = "
4 The vertical positions of staff lines may be specified individually, by
5 setting the @code{line-positions} property of the StaffSymbol. 
6 " }
7
8 \new Staff \relative c' {
9   \override Staff.StaffSymbol #'line-positions = #'(-7 -2 0 3 9)
10   g c f b e a
11 }