lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: score with linea


From: Aaron Hill
Subject: Re: score with linea
Date: Thu, 04 Oct 2018 07:08:15 -0700
User-agent: Roundcube Webmail/1.3.6

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]