Am 2008-08-22 um 14:22 schrieb Dmytro O. Redchuk:
2008/8/22 Ralph Palmer <[EMAIL PROTECTED]>:
By the way, Dmytro and fiëé visuëlle, check the docs for 2.11 (the
GDP) 1.4.1 Long repeats > manual repeat marks. Look for "multiple
repeat commands", and you'll find a simple example that fits the
pri
2008/8/22 Ralph Palmer <[EMAIL PROTECTED]>:
> By the way, Dmytro and fiëé visuëlle, check the docs for 2.11 (the
> GDP) 1.4.1 Long repeats > manual repeat marks. Look for "multiple
> repeat commands", and you'll find a simple example that fits the
> printed output:
Yes, but in initial post there wa
By the way, Dmytro and fiëé visuëlle, check the docs for 2.11 (the
GDP) 1.4.1 Long repeats > manual repeat marks. Look for "multiple
repeat commands", and you'll find a simple example that fits the
printed output:
f4 g a b
\set Score.repeatCommands = #'((volta "2, 5") end-repeat)
g4 a g a
c1
\set
2008/8/21 Dmytro O. Redchuk <[EMAIL PROTECTED]>:
> Minimal example may look like this:
> % -- snip
> \relative c'' {
>c d b a
>\repeat volta 1 {
>c d e f
>}
BTW, the following example produces correct output, too
And can not produce correct midi outpu
2008/8/21 Ralph Palmer <[EMAIL PROTECTED]>:
> Neat! Could either of you please provide a minimal snippet and submit
> it to Valentin for inclusion in the repeats section of the Snippet
> Repository? That would be greatly appreciated.
Minimal example may look like this:
% -- snip
\relative
Neat! Could either of you please provide a minimal snippet and submit
it to Valentin for inclusion in the repeats section of the Snippet
Repository? That would be greatly appreciated.
Peace,
Ralph
On Thu, Aug 21, 2008 at 3:24 AM, Dmytro O. Redchuk
<[EMAIL PROTECTED]> wrote:
> 2008/8/20 fiëé visu
2008/8/20 fiëé visuëlle <[EMAIL PROTECTED]>:
> Hello,
> I get (1.-2.) and (3.) alternatives, but I need (1.) and (2.-3.).
> How can I achieve that?
>
> I found the docs on "manual repeat marks"
> (http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Manual-repeat-marks),
> but I'd like to avo
Hello,
I'm trying to typeset a song with triple verses; the first one always
is a bit shorter, second and third share a longer tune.
With
\repeat volta 3 {
shared tune
}
\alternative {
{ first ending }
{ second and third ending }
}
I get (1.-2.) and (3.) alternatives