lilypond-user
[Top][All Lists]
Advanced

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

Re: Linebreak with bar "|:" inside bar


From: Thomas Morley
Subject: Re: Linebreak with bar "|:" inside bar
Date: Mon, 9 Jul 2012 00:36:58 +0200

2012/7/8 Hartmut Leister <address@hidden>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hello everybody,
>
> I have a repetition starting inside a bar and want to break it to the
> next line. But Lilypond is giving me either \bar"|" or \bar"||" inside
> my bar or leaving out the |:
> Naturally I thought of something like
>> c'2 r4 \bar"" \break \repeat volta 2  { c4 | d ...
> but - as described - I either get no repeat barline at all or some
> barline inside my bar, I don't want.
>
> Is there any solution to this?
>
> By the way - this is a great list and I'm happy I switched to Lilypond
> for typesetting music :-)
>
> Best wishes
> Hartmut

Hi Hartmut,

do you think of sth like:

\version "2.14.2"

\relative c' {
        c4 d e f g a
        %\once \override Staff.BarLine #'break-visibility = #'#(#f #t #t)
        \repeat volta 2 { \break
                g f e d c2
        }
}

?

If you want to get rid of the barline at the end of the first line
uncomment the override.


HTH,
  Harm



reply via email to

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