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) } } } _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user