Graham Percival schrieb:
> On Mon, Dec 22, 2008 at 08:19:27AM +0100, Herbert Liechti wrote:
>
>> I tried several settings without success:
>>
>
> You were close.
> {
> \repeat volta 2 {
>
> \time 6/8
> \set Score.beatGrouping = #'(3 3 3 3 3 3)
>
>
> \repeat unfold 6 { \times 2/3 { bes16 g es } } |
>
> \repeat unfold 6 { \times 2/3 { bes16 as es } } |
>
> }
>
> }
>
>
I tried this before but it is not working (version 2.11.63). I found
this solution
\repeat volta 2 {
\set Score.beatGrouping = #'(3 3 3 3 3 3)
\times 2/3 { bes16[ g es] }
\override TupletNumber #'stencil = ##f
\repeat unfold 5 { \times 2/3 { bes16[ g es] } } |
\repeat unfold 6 { \times 2/3 { bes16[ as es] } } |
}
Seems that the brackets are required for achieving the
desired behavior.
Thank you and best regards
Herbie
--
[email protected], ThinX AG, Poststrasse 2, CH-4500 Solothurn
Tel +41 (0)32 623 81 66, Mobile +41 (0)76 334 81 66, http://www.thinx.ch
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user