Hi Jean,

This works:

\version "2.18.2"

\score {
  \new PianoStaff
  \with {
    connectArpeggios = ##t
    \override Arpeggio.stencil = #ly:arpeggio::brew-chord-bracket
  }
  <<
    \new Staff \transpose c c' {
      \time 3/4
      s2.

      \grace {
        s
        %% Draw a first arpeggio:
        _\markup
        \with-dimensions #'(0 . 0) #'(0 . 0)
        \raise #1
        {
          \pattern #12 #Y #0
          \rotate #90
          \musicglyph #"scripts.trill_element"
        }
        %% put some space:
        \repeat unfold 3 s
      }
      a,4\arpeggio _( f4. ees8)
      s2
    }
    \new Staff {
      \clef F
      \stemDown
      s2.
      <<
        {
          \once\override NoteColumn.ignore-collision = ##t
          \stemDown
          ges2.\arpeggio
        }
        \\
        { <ees f,>2. }
      >>
      s2
    }
  >>
}


Cheers,
Pierre

2015-11-11 1:07 GMT+01:00 Jean Menezes da Rocha <[email protected]>:

> Hello, I am trying to transcribe some music which has notation like the
> attached example image. There is a cross-staff arpeggio, with a nested
> bracket indicating a cross-staff voicing. As per the examples I have found,
> we can have only one or another, since the bracket should be printed using
> the Arpeggio stencil.
> Do you have any ideas on how can I achieve the desired result?
>
> Thanks in advance!
>
> --
> Jean Menezes da Rocha
> Compositor
> Professor -- Faculdades Est
> Mestre e Doutorando em Composição pela Universidade Federal da Bahia
>
> _______________________________________________
> lilypond-user mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to