]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/staff/staff-line-positions.ly
Add warning for LSR files.
[lilypond.git] / input / lsr / staff / staff-line-positions.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.10.12"
3
4 \header { texidoc = "
5 The vertical positions of staff lines may be specified individually, by
6 setting the @code{line-positions} property of the StaffSymbol. 
7 " }
8
9 \new Staff \relative c' {
10   \override Staff.StaffSymbol #'line-positions = #'(-7 -2 0 3 9)
11   g c f b e a
12 }