lilypond-user
[Top][All Lists]
Advanced

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

Automatic setting custom bar lines


From: Hannes Kuhnert
Subject: Automatic setting custom bar lines
Date: Sun, 12 Feb 2012 12:16:19 +0100
User-agent: KMail/4.8.0 (Linux/3.0.0-16-generic; KDE/4.8.0; x86_64; ; )

Hello,

I’m sometimes using half length bar lines that way:
| pipeSymbol = {
|  \once \override Staff.BarLine #'bar-size = #2
|  \once \override Staff.BarLine #'extra-offset = #'(0 . 1)
|  \bar "|"
| }

and within the voice contect:
| \set Timing.defaultBarType="pipeSymbol"

Then it’s possible to manually set bar lines with “|”.

Now I’ve got a piece, where all measures have the same lenght—the bar lines 
should be set automatically. How can I get custom styled automatic bar lines?

I already tried to adopt the “global” approach of 
<http://lsr.dsi.unimi.it/LSR/Snippet?id=396>, but that hasn’t worked yet.


TIA

Hannes




reply via email to

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