]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/staff-line-positions.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / staff-line-positions.ly
1 \header {
2
3   texidoc = "The vertical positions of staff lines may be specified
4   individually, by setting the @code{line-positions} property of the
5   StaffSymbol."
6
7 }
8
9 \version "2.19.21"
10
11
12 \new Staff \relative  {
13   \override Staff.StaffSymbol.line-positions = #'(-7 -2 0 3 9)
14   g c f b e a
15 }
16   
17