I have the following minimal example (from Frescobaldi with some
eliminations). What I cannot achieve is that the
\tempo 4=96

becomes effective on the organpart. It works only with the global
declaration. Removing this, the other tempo declaration are not visible.
Please show me how to deal with different tempo declarations on
different staves.

Thanks a lot

Bernhard

> \version "2.19.82"
> \language "deutsch"
>
> \header {
>   % Voreingestellte LilyPond-Tagline entfernen
>   tagline = ##f
> }
>
> \paper { #(set-paper-size "a4") }
>
> global = { \key c \major \time 4/4 \tempo 4=96 }
>
> soprano = \relative c'' { \global c^"Solenne" \tempo 4=96 }
>
> alto = \relative c' { \global }
>
> tenor = \relative c' { \global c }
>
> bass = \relative c { \global }
>
> verse = \lyricmode { test }
>
> right = \relative c'' { \global c^"Solenne" \tempo 4=96 }
>
> left = \relative c' { \global c }
>
> pedal = \relative c { \global c }
>
> choirPart = \new ChoirStaff <<
>   \new Staff \with {
>     instrumentName = \markup \center-column { "Sopran" "Alt" }
>   } <<
>     \new Voice = "soprano" { \voiceOne \soprano }
>     \new Voice = "alto" { \voiceTwo \alto }
>   >>
>   \new Lyrics \with {
>     \override VerticalAxisGroup #'staff-affinity = #CENTER
>   } \lyricsto "soprano" \verse
>   \new Staff \with {
>     instrumentName = \markup \center-column { "Tenor" "Bass" }
>   } <<
>     \clef bass
>     \new Voice = "tenor" { \voiceOne \tenor }
>     \new Voice = "bass" { \voiceTwo \bass }
>   >>
> >>
>
> organPart = <<
>   \new PianoStaff \with {
>     instrumentName = "Orgel"
>     shortInstrumentName = "Org."
>   } <<
>     \new Staff = "right" \right
>     \new Staff = "left" { \clef bass \left }
>     \new Staff = "pedal" { \clef bass \pedal }
>   >>
> >>
>
> \score {
>   <<
>     \choirPart
>     \organPart
>   >>
>   \layout { }
> }

-- 
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


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to