lilypond-user
[Top][All Lists]
Advanced

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

Re: hide repeat endings?


From: Robin Bannister
Subject: Re: hide repeat endings?
Date: Sat, 29 Aug 2015 11:10:48 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0

Ian Rashkin wrote:

Maybe i'm going about this the wrong way...

One way would be to wait until something comes of issue 3752.
Until then, \repeat only offers you volta, with brackets included.


As it seems to be a fairly simple structure,
I would avoid \repeat and instead assemble sections sequentially.

Set up section variables something like
  - intro  [8]
  - head  [33]
  - turnaround  [1]
  - coda  [3]

Then use _separate_ blocks for layout and midi,
each having their own music sequence:

{ \intro \head \turnaround \coda } for layout
{ \intro \head \turnaround \head \coda } for midi


Cheers,
Robin



reply via email to

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