lilypond-user
[Top][All Lists]
Advanced

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

Re: Two questions


From: David Kastrup
Subject: Re: Two questions
Date: Wed, 01 May 2013 10:48:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

address@hidden 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




reply via email to

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