]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/staff-line-positions.ly
Doc-fr: update for 2.16.1 (second part)
[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.16.0"
10
11
12 \new Staff \relative c'  {
13   \override Staff.StaffSymbol #'line-positions = #'(-7 -2 0 3 9)
14   g c f b e a
15 }
16   
17