lilypond-user
[Top][All Lists]
Advanced

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

Re: \omit Staff.BarLine


From: Lukas-Fabian Moser
Subject: Re: \omit Staff.BarLine
Date: Tue, 16 Nov 2021 20:55:11 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0



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 "|."
}

Lukas




reply via email to

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