g...@sdf.org writes:

>>
>>> In other words, is there a way to combine the benefit of a \time
>>> indication (which puts possible line breaks and "natural" ligatures
>>> between the notes) with the benefit of a \cadenzaOn?
>>
>> What about
>>
>>  \time 1/4
>>  \override Score.BarLine #'stencil = ##f
>>
>> or something similar??
>>
>
> This is indeed very close to what I try to do, but alas, it does not
> work (or perhaps I did not understand something): it simply prevents
> bars from being drawn altogether.  So it means that when I do want to
> put a bar somewhere I cannot do it: a \bar "|" will have no visible
> effect.

\relative c'
{
  \repeat unfold 32 { c4 g'8 g } \bar "|"
  \repeat unfold 32 { c4 g'8 g } \bar "|."
}

\layout {
  \set Score.defaultBarType = #""
}

-- 
David Kastrup


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

Reply via email to