lilypond-user
[Top][All Lists]
Advanced

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

Re: Help with nomenclature / arpeggio brackets


From: Bernhard Kleine
Subject: Re: Help with nomenclature / arpeggio brackets
Date: Sat, 1 Oct 2016 11:02:55 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0

Am 30.09.2016 um 11:39 schrieb Pierre Perol-Schneider:
Hi Bernhard,
How about:
http://lsr.di.unimi.it/LSR/Item?id=466

Cheers,
Pierre


Hi,
I am almost through, still I donot see where to place the command for the brackets, at the moment there is only a true arpeggio. This is part of Bruckners Messe in C. The \arpeggioBracket from  LilyPond – Notationsreferenz v2.19.48 (Entwicklungszweig) 1.3.3 is obviously ignored as well as the
\override PianoStaff.Arpeggio.stencil = #ly:arpeggio::brew-chord-bracket from 
LilyPond – Notationsreferenz v2.19.48 (Entwicklungszweig) 2.2.1 (Schnipsel)

Thanks for any help.
Bernhard
 
\version "2.19.33"
\language "deutsch"
global = {
  \key es \major
  \time 4/4
  \override DynamicText.X-offset = -2
}
rightOne = \relative c'' {
  \global
  \shiftOnn
 
  % Die Noten folgen hier.
  b2 ( \mark "Andante cantabile" g4 es| g f es2) |
}
rightTwo = \relative c' {
  \global
  \shiftOnn \stemDown
  es1 | d2 \arpeggioBracket<es>\arpeggio|
}
leftOne = \relative c' {
  \global
  \dynamicUp% Die Noten folgen hier.
  g2\pp b4 g | b as \arpeggioBracket <g>2\arpeggio |
}
leftTwo = \relative c {
  \global \stemDown \slurDown
  es1 (| b2 es,) |
}
organPart = \new PianoStaff  \with {
  instrumentName = "Orgel"
 
}{
  \set Score.connectArpeggios = ##t 
  \override PianoStaff.Arpeggio.stencil = #ly:arpeggio::brew-chord-bracket<<
 
  \new Staff = "right" {<< \rightOne \\ \rightTwo  >>}
 
  \new Staff = "left" { \clef bass << \leftOne \\ \leftTwo  >> }
>>
}
\score {
  \header {
    piece = "Benedictus"
  }
  <<   
    \organPart
  >>
}
 
  \layout {
    \context {
      \Score
      \consists "Span_arpeggio_engraver"
    }
  }

spitzhalde9
D-79853 lenzkirch
address@hidden
www.b-kleine.com, www.urseetal.net
-
thunderbird mit enigmail
GPG schlüssel: D5257409
fingerprint:
08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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