lilypond-user
[Top][All Lists]
Advanced

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

Re: Cross-staff arpeggio line AND arpeggio bracket on the same notes


From: Jean Menezes da Rocha
Subject: Re: Cross-staff arpeggio line AND arpeggio bracket on the same notes
Date: Wed, 11 Nov 2015 11:53:24 -0200

Thanks for your tip, Pierre (and sorry for my delayed response).
The snippet really produces the intended output. I am still trying to
figure out how to apply this without having to redo a huge amount
of code as it is structured by now (I am typesetting a scorebook,
following a strict score layout, so I don't have much room for inserting
arbitrary polyphonic divisions in a scope where I include each voice
from an external file). But this is up to me now. Thanks again for
providing a valid method to solve my problem!

Best regards!

On Wed, Nov 11, 2015 at 6:04 AM, Pierre Perol-Schneider <address@hidden> wrote:
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 <address@hidden>:
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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user





--
Jean Menezes da Rocha
Compositor
Professor -- Faculdades Est
Mestre e Doutorando em Composição pela Universidade Federal da Bahia

reply via email to

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