lilypond-user
[Top][All Lists]
Advanced

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

Tempo declaration on different staves


From: Bernhard Kleine
Subject: Tempo declaration on different staves
Date: Tue, 18 Sep 2018 20:55:11 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

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