lilypond-user
[Top][All Lists]
Advanced

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

Re: How to create a double dashed bar across the PianoStaff in the middl


From: Volodymyr Prokopyuk
Subject: Re: How to create a double dashed bar across the PianoStaff in the middle of a measure?
Date: Sat, 24 Sep 2022 11:43:24 +0200

Good morning Hans,

This is exactly what I was looking for! Thank you very much for your helpful response.

I tried almost the same after reading the bar line documentation. The flaw in my intent was the unneeded commas: `\defineBarLine "!!" #'("!!", "!!", "!!")`. I'm more of a JS programmer than a Scheme programmer.

Thank you very much!
Vlad

пт, 23 сент. 2022 г. в 23:51, Hans Aikema <hans.aikema@aikebah.net>:


On 23 Sep 2022, at 19:30, Volodymyr Prokopyuk <volodymyrprokopyuk@gmail.com> wrote:

Hello,

How to create a double dashed bar across the PianoStaff in the middle of a measure to indicate Fine?

I can successfully create the following bars across the PianoStaff

  • Double solid bar with \bar "||"
  • Single dashed bar with \bar "!"

I've tried with no success \bar "!!" and some variations of \defineBarLine to create a double dashed bar across the PianoStaff in the middle of a measure to indicate Fine. Could you, please, help me?

I'm using lilypond v2.23.11.

Thank you very much in advance! Vlad

If I understand it correctly 

\defineBarLine "!!" #'("!!" "!!" "!!")

\new StaffGroup <<
  \new Staff \relative c'' {
    c1
    c2 \bar "!!" c2
    c1
  }
  \new Staff \relative c'' {
    c1
    c1
    c1
  }
>>

Is what you’re looking for?


reply via email to

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