2012/7/8 Hartmut Leister <hartmut.leis...@s2005.tu-chemnitz.de>:
> -----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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to