]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/staff/staff-line-positions.ly
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[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 setting the @{line-positions@} property of the StaffSymbol.
5 " }
6
7 \new Staff \relative c' {
8   \override Staff.StaffSymbol #'line-positions = #'(-7 -2 0 3 9)
9   g c f b e a
10 }