lilypond-user
[Top][All Lists]
Advanced

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

VoltaBracket flipped vertically


From: Daniel Rosen
Subject: VoltaBracket flipped vertically
Date: Wed, 19 Dec 2012 15:15:57 +0000

I'm trying to get VoltaBrackets to appear both above and below the Score. I've 
come up with the solution below, which works quite well, but I'd like to get 
the volta text to appear inside the bracket, as it does when VoltaBracket 
#'direction is not altered. Is there a way to do this? I can't seem to find a 
separate layout object for the volta text.

%%% example starts

\version "2.16.1"
<<
  \new Voice { \repeat unfold 12 { c' } }
  \new Dynamics \with {
    \consists "Volta_engraver"
    \override VoltaBracket #'direction = #-1
  } {
    \repeat volta 2 { s1 }
    \alternative { { s1 } { s1 } }
  }
>>

%%% example ends

DR





reply via email to

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