[ << Staff notation ] | [Top][Contents] | [ Editorial annotations >> ] |
[ < Making glissandi breakable ] | [ Up : Staff notation ] | [ Measure counter > ] |
Making some staff lines thicker than the others
For educational purposes, a staff line can be thickened (e.g., the
middle line, or to emphasize the line of the G clef). This can be
achieved by adding extra lines very close to the line that should be
emphasized, using the line-positions
property of the
StaffSymbol
object.
{ \override Staff.StaffSymbol.line-positions = #'(-4 -2 -0.2 0 0.2 2 4) d'4 e' f' g' }