Re: Help with nomenclature / arpeggio brackets

2016-10-01 Thread Bernhard Kleine
Am 01.10.2016 um 15:55 schrieb Robin Bannister:
> Bernhard Kleine wrote:
>> 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.
>
> The LSR466 snippet chose PianoStaff for the example:
> it starts off with   \new PianoStaff
> and continues with   \set PianoStaff ... and \override PianoStaff ...
>
> In contrast, your example does not use \new for any staff group,
> and your \override acts on PianoStaff - which you have not set up.
>
> LilyPond's automagic acts to group the ensuing staves under Score.
> So, to be consistent in your example, you should
> continue with  \set Score ... and \override Score ...
 \set PianoStaff.connectArpeggios = ##t instead of
 \set Score.connectArpeggios = ##t did it.

Thank you so much

Bernhard Kleine

-- 
spitzhalde9
D-79853 lenzkirch
bernhard.kle...@gmx.net
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




signature.asc
Description: OpenPGP digital signature
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Help with nomenclature / arpeggio brackets

2016-10-01 Thread Bernhard Kleine
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\arpeggio|
}
leftOne = \relative c' {
  \global
  \dynamicUp% Die Noten folgen hier.
  g2\pp b4 g | b as \arpeggioBracket 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
bernhard.kle...@gmx.net
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



signature.asc
Description: OpenPGP digital signature
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Help with nomenclature

2016-09-30 Thread Pierre Perol-Schneider
Hi Bernhard,
How about:
http://lsr.di.unimi.it/LSR/Item?id=466

Cheers,
Pierre

2016-09-30 10:57 GMT+02:00 Bernhard Kleine :

> Hallo,
>
> I do not know the names for brackets which indicate that in a piano
> staff the notes should be played with the right hand even if they are
> written in the lower, left hand system. I also want to know where this
> is to be found in the instructions, and where to find the description to
> write this bracket across both systems.
>
> thanks a lot!
>
> Bernhard
>
>
> --
> spitzhalde9
> D-79853 lenzkirch
> bernhard.kle...@gmx.net
> 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
>
>
>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Help with nomenclature

2016-09-30 Thread Bernhard Kleine
Hallo,

I do not know the names for brackets which indicate that in a piano
staff the notes should be played with the right hand even if they are
written in the lower, left hand system. I also want to know where this
is to be found in the instructions, and where to find the description to
write this bracket across both systems.

thanks a lot!

Bernhard


-- 
spitzhalde9
D-79853 lenzkirch
bernhard.kle...@gmx.net
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




signature.asc
Description: OpenPGP digital signature
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user