]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/education/making-some-staff-lines-thicker-than-the-others.ly
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / lsr / education / making-some-staff-lines-thicker-than-the-others.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.11.23"
3
4 \header { texidoc = "
5 For pedagogical purposes, you may want to make one staff line thicker
6 (e.g. the middle line, to emphasize the line of the G clef). This can
7 be achieved by adding extra lines very close to the line you want to
8 make thicker, using the #'line-positions property in the StaffSymbol
9 context.
10 " }
11
12 \score {
13      \new Staff{
14      \override Staff.StaffSymbol #'line-positions =#'(-4 -2 -0.2 0 0.2 2 4 )
15          d'4 e' f' g'
16      }
17 }