Re: hide bar lines

2015-08-18 Thread Robert Schmaus
Have you tried \cadenzaOn and \cadenzaOff? Best, Rob > On 18 Aug 2015, at 14:08, BB wrote: > > I tried to hide the bar lines and was very successful with two methods that > work. (If that are good ones a cannot decide.) > > I found that > \hide BarLine > \hide SpanBar > hide but let the s

Re: hide bar lines

2015-08-18 Thread BB
Works perfect as expected! Thanks! On 18.08.2015 15:00, Toine Schreurs wrote: Thank you, tried it, but the space is still visible. { \repeat unfold 4 { a4 a a a } \bar "||" } \layout { \context { \Score defaultBarType = "" } } Toine Schreurs

Re: hide bar lines

2015-08-18 Thread Toine Schreurs
> Thank you, tried it, but the space is still visible. { \repeat unfold 4 { a4 a a a } \bar "||" } \layout { \context { \Score defaultBarType = "" } } Toine Schreurs ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.o

Re: hide bar lines

2015-08-18 Thread BB
Thank you, tried it, but the space is still visible. \repeat unfold 4 { a4 a a a } \bar "||" \layout { \context { \Score \omit BarLine %\omit SpanBar } } On 18.08.2015 14:24, Urs Liska wrote: \hide makes objects transparent so tey \omit instead. HTH Urs Am 18. August 2015 14:08:

Re: hide bar lines

2015-08-18 Thread Urs Liska
\hide makes objects transparent so tey \omit instead. HTH Urs Am 18. August 2015 14:08:52 MESZ, schrieb BB : >I tried to hide the bar lines and was very successful with two methods >that work. (If that are good ones a cannot decide.) > >I found that > >\hide BarLine > >\hide SpanBar >hide but le