On 2018-10-04 6:55 am, Torsten Hämmerle wrote:
Hi Mario,

It is possible to define arbitrary stave lines and line positions:

<http://lilypond.1069038.n5.nabble.com/file/t3887/linea-stave.png>

You can even set individual thicknesses for these lines.

Torsten,

Not sure if you meant to attach code that demonstrates that, but here's a basic example for Mario:

%%%%
\version "2.19.82"
{
  \override Staff.StaffSymbol.line-count = #6
  \override Staff.StaffSymbol.line-positions = #'(-8 -4 -2 0 2 4)
  s1
}
%%%%

This is all covered in Notation Reference 1.6.2.

-- Aaron Hill

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to