lilypond-user
[Top][All Lists]
Advanced

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

Bar line definition with annotation


From: Timothy Lanfear
Subject: Bar line definition with annotation
Date: Fri, 29 May 2020 21:35:16 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0

\defineBarLine with annotation changes the span bar type when the bar is in the middle of a system, but not at the end. A modification of the example from https://lilypond.org/doc/v2.20/Documentation/notation/bars#bar-lines, does not give a dashed span bar at the end of the system.

\defineBarLine "||-dashedSpan" #'("||" "" "!!")

\new StaffGroup <<
  \new Staff \relative c'' {
    c1 \bar "||"
    c1 \bar "||-dashedSpan"
    c1 \bar "||-dashedSpan"
  }
  \new Staff \relative c'' {
    c1
    c1
    c1
  }


Any suggestions to work around? The question arises in the context of Haydn's Farewell symphony where instruments drop out with a double bar appearing in one part with normal span bars in the rest of the system. I attach a skeleton of the last page of http://imslp.eu/files/imglnks/euimg/8/82/IMSLP31493-PMLP51750-Haydn-_Sinfonia_Nr45_(HCR_Landon).pdf, showing unwanted span double bars in the third system.

--
Timothy Lanfear, Bristol, UK.

Attachment: farewell.ly
Description: Text Data


reply via email to

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