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
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
> 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
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:
\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