lilypond-user
[Top][All Lists]
Advanced

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

Re: Changing the staff switch line to a dashed or dotted line


From: Lukas-Fabian Moser
Subject: Re: Changing the staff switch line to a dashed or dotted line
Date: Sat, 12 Jan 2019 22:22:40 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1

Hi,

    \override VoiceFollower #'style  = #'dotted-line'  

Here is the mistake: The ' before dotted-line is not a quotation mark that needs a twin. It's just #'dotted-line oder #'dashed-line.

Also, in recent versions, there is the following more convenient syntax:

\override VoiceFollower.style = #'dashed-line

More details on fine-tuning can be found here:

http://lilypond.org/doc/v2.18/Documentation/internals/line_002dinterface

For instance, it is explained that a dotted-line is just a dashed-line with zero dash-fraction (length of the dashes). For me, it seems sensible to increase density if you want dotted lines:

\override VoiceFollower.dash-period = 0.2

Best
Lukas


reply via email to

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