2008/1/17, Mats Bengtsson <[EMAIL PROTECTED]>:
> The long example below is now also available as
> http://lsr.dsi.unimi.it/LSR/Item?u=1&id=376
Thanks, approved :)
Cheers,
Valentin
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.o
Hi Mats,
It would probably be a good idea to modify the example of \bar
"||:" to also
include a proper \repeat command, and to add something like your
comment in that context.
I'll be sure to do that when it comes up in the GDP cycle.
Thanks!
Kieren.
_
Kieren MacMillan wrote:
Hi Mats,
What in the documentation contradicts this behaviour?
"Volta: The repeated music is not written out but enclosed in repeat
bar lines. If the repeat is at the beginning of a piece, a repeat bar
line is only printed at the end."
This is not at the beginnin
Hi Dominic,
Mats's solution
\once \override Score.BarLine #'break-visibility = #end-of-line-
invisible
is the one you should use, I think -- the full example is included,
below.
Cheers,
Kieren.
__
\version "2.11.35"
noBL = \once \override Score.BarLine #'break-visibilit
The long example below is now also available as
http://lsr.dsi.unimi.it/LSR/Item?u=1&id=376
/Mats
Mats Bengtsson wrote:
You can add the following just before your \bar "|:" (I would rather
recommend you
to use the \repeat command to typeset the |: and :|, though and in
that case, the
follow
Hi Mats,
What in the documentation contradicts this behaviour?
"Volta: The repeated music is not written out but enclosed in repeat
bar lines. If the repeat is at the beginning of a piece, a repeat bar
line is only printed at the end."
This is not at the beginning of a piece, but a repea
Kieren MacMillan wrote:
Hi Dominic,
Interesting... I tried
\version "2.11.35"
music =
{
e4 e e e |
e e e \bar "" \break
\repeat volta 1 { e | e e e e }
}
\score { \music }
but this exposes a bug (at least, it doesn't behave according to the
docu
You can add the following just before your \bar "|:" (I would rather
recommend you
to use the \repeat command to typeset the |: and :|, though and in that
case, the
following command should be just before the \repeat.)
\once \override Score.BarLine #'break-visibility = #end-of-line-invisible
B
Hi Dominic,
Interesting... I tried
\version "2.11.35"
music =
{
e4 e e e |
e e e \bar "" \break
\repeat volta 1 { e | e e e e }
}
\score { \music }
but this exposes a bug (at least, it doesn't behave according to the
documentation).
Hi,
I´ve got a little problem. When I write music, sometimes it is necessary to
insert a break where there´s a special barline, e.g. if you have
something like that:
e4 e e e | e e e \bar "|:" e | e e e e | ...
it would be nicer to insert a break at the "|:" barline. This works
great by writing
10 matches
Mail list logo