lilypond-user
[Top][All Lists]
Advanced

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

Re: \omit Staff.BarLine


From: Jean Abou Samra
Subject: Re: \omit Staff.BarLine
Date: Tue, 16 Nov 2021 21:09:06 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.1

Le 16/11/2021 à 20:55, Lukas-Fabian Moser a écrit :


Another option is to treat the piece as a cadenza.  Just know that you will need to manually insert \bar "" in places to permit line breaks.

Or use barAlways and defaultBarType:

\version "2.22"

\layout {
  \cadenzaOn
  \set Timing.barAlways = ##t
  \set Timing.defaultBarType = ""
}

\relative {
  \repeat unfold 20 { c'4 d e f g }
  \repeat volta 2 { c d e }
  \repeat unfold 20 { c4 d e f g }
  \bar "|."
}


Correct, and on the long term it should definitely
be the preferred solution; for now it will scale if
the input does not have polyphony that triggers
the bug
https://gitlab.com/lilypond/lilypond/-/issues/4084
(or if one is ready to ignore programming errors).

Cheers,
Jean



reply via email to

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