lilypond-user
[Top][All Lists]
Advanced

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

Re: problem with volta bracket


From: Tao Cumplido
Subject: Re: problem with volta bracket
Date: Sat, 02 Jun 2007 15:59:48 +0200

Thanks for the help.

Now, where would I have to put the commands inline?
Directly before the \repeat volta or inside?
Because I don't want to change the whole file.

regards,

Tao


-------- Original-Nachricht --------
Datum: Sat, 2 Jun 2007 09:23:53 -0400
Von: Kieren MacMillan <address@hidden>
An: Tao Cumplido <address@hidden>
CC: address@hidden
Betreff: Re: problem with volta bracket

> Hi Tao:
> 
> > I tried to implement your example but nothing happened.
> 
> Hmmm... the code below outputs two scores, one without the fix and  
> one with (for my own sake, I simply put the fix in the Score context,  
> but it would certainly work "in-line" as well).
> 
> Seems to work for me!  =)
> 
> Best regards,
> Kieren.
> 
> _________________________________
> 
> \version "2.11.23"
> 
> theMusic = \relative c''''
> {
>       \repeat volta 2
>       {
>               <fis,,, d a>16 <fis d a>8 <fis d a>16 <a e a,>4 |
>               <d g, d>16 <d g, d>8 <d g, d>16 <e g, e>4 |
>               <fis fis,>16 <g g,>8 <gis gis,>16 <a a,> <d d,>8 <c c,>16 |
>               <b b,>16 <g g,>8 <a a,>16 <b fis b,>4 |
>               r16 g8 a16 b fis'8 e16 |
>               d16( cis8) fis,16 a( g8) dis16 |
>               fis16( e8) b16 d( cis8) g16 |
>               <b fis>16( a8) fis16 d b8 a16 |
>               <fis' d a>16 <fis d a>8 <fis d a>16 <a e a,>4 |
>               <d g, d>16 <d g, d>8 <d g, d>16 <e g, e>4 |
>               <fis fis,>16 <g g,>8 <gis gis,>16 <a a,> <d d,>8 <c c,>16 |
>               <b b,>16 <g g,>8 <a a,>16 <b fis b,>4 |
>               g'16 fis8 e16 d cis8 b16 |
>               d16( fis,8) g16 gis a8 ais16 |
>               cis16( b8) fis16 a( g8) e16 |
>       }
>       \alternative
>       {
>               { d4 <d' a fis d> }
>               { d,4 r16 f8 cis?16 }
>       }
> }
> 
> \score
> {
>       \theMusic
> }
> 
> \score
> {
>       \theMusic
> 
>       \layout
>       {
>               \context
>               {
>                       \Score
>                       \override VoltaBracket #'padding = #6
>                       \override VoltaBracket #'extra-offset = #'(0 . -3)
>               }
>       }
> }

-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser




reply via email to

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