lilypond-user
[Top][All Lists]
Advanced

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

Re: lyrics and other markup in the wrong order


From: Bernhard Kleine
Subject: Re: lyrics and other markup in the wrong order
Date: Tue, 18 Sep 2018 23:27:06 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

I have now with the same piece the problem that the lyrics above the
line and the markup text are not as I would like it. the lyrics show
below the markup. When I shuffled the markup upwards the raise the
lyrics did not fall below but were equally raised. How to correct that?

Thanks for your patience!

Bernhard

\version "2.19.82"
\language "deutsch"
\layout {
  \context {
    \Voice
    \consists "Melody_engraver"
    \override Stem #'neutral-direction = #'()
  }
  \context {
    \Staff \RemoveEmptyStaves
    % To use the setting globally, uncomment the following line:
    \override VerticalAxisGroup.remove-first = ##t
  }
}
global = {
  \key d \major
  \time 4/4
  \tempo Grave 4 = 56
  \autoBeamOff
  \partial 8
  \override MultiMeasureRest.staff-position = #0
  \override Rest.staff-position = #0
}

soprano = \relative c'' {
  \dynamicUp
  r8 R1 r2 r4 h~^\markup { \raise #6 {mit schmerzlichem Ausdruck}  }| h8
h h ([a]) g4 r8 g |
}


alto = \relative c'' {
  \dynamicUp
  s8 s1 s2 s4\f h~ | h8 h h ([a]) g4 s8 e |
}

tenor = \relative c' {
  r8 R1 r2 r4 h~ | h8 h h ([a]) g4 r8 h |

}

bass = \relative c' {
  s8 s1 s2 s4 h~\f | h8 h h ([a]) g4 s8 e |
}

sopranoVerse = \lyricmode {
  A -- gnus De -- i, qui tol -- lis
}

altoVerse = \lyricmode {
  A -- gnus De -- i, qui tol -- lis
}

tenorVerse = \lyricmode {
  A -- gnus De -- i, qui tol -- lis
}

bassVerse = \lyricmode {
  A -- gnus De -- i, qui tol -- lis
}

rightOne = \relative c'' {
  <d fis>8 ( | <h e>4) r8 <d fis>8 ( <h e>4) r8 <d fis> ( | <h e>4. ) r8
r2 R1
}

rightTwo = \relative c'' {
  <h h,>8 ( | <g e>4 ) s8 <h h,>8 ( <g e>4) s8 <h h,>8 ( <g e>4.)  s8 s2
| s1 |
}

leftOne = \relative c {
  r8 | R1 r2 <h g'>2~ | <h g'>2. r4|
}

leftTwo = \relative c {
  s8 s1*2
}

pedal = \relative c, {
  r8 | R1 | r2 e2~ | e2. r4

}


choirPart = \new ChoirStaff <<
  \new Staff = "frauen" \with {
    \consists "Metronome_mark_engraver"
    instrumentName = \markup \center-column { "Sopran" "Alt" }
  } <<
    \new Voice = "soprano" << \global { \voiceOne \soprano } >>
    \new Lyrics \with { alignAboveContext = "frauen" } {
      \lyricsto "soprano" {
        \sopranoVerse
      }
    }
    \new Voice = "alto"<< \global  { \voiceTwo \alto } >>
    \addlyrics { \altoVerse }
  >>
  \new Staff = "maenner" \with {
    instrumentName = \markup \center-column { "Tenor" "Bass" }
  } <<
    \clef bass
    \new Voice = "tenor" << \global { \voiceOne \tenor } >>
    \new Lyrics \with { alignAboveContext = "maenner" } {
      \lyricsto "tenor" {
        \tenorVerse
      }
    }
    \new Voice = "bass" << \global { \voiceTwo \bass } >>
    \addlyrics { \bassVerse }
  >>
>>

organPart = <<
  \new PianoStaff \with {
    instrumentName = "Orgel"
    shortInstrumentName = "Org."

  } <<
    \new Staff = "right" \with { \consists "Metronome_mark_engraver" }
<< \global \rightOne \\ \global \rightTwo >>
    \new Staff = "left" { \clef bass << global \leftOne \\ \global
\leftTwo >> }
    \new Staff = "pedal" { \clef bass \global \pedal }

  >>
>>

\score {
  \header {
    title = "Franziskusmesse"
    subtitle = "für Chor und Orgel"
    tagline = "gesetzt von Bernhard Kleine 2018"

    piece = "Agnus Dei"
  }
  <<
    \choirPart
    \organPart
  >>
  \layout {
    \context {
      \Score
      \remove "Metronome_mark_engraver"
    }
  }
}


Am 18.09.2018 um 21:57 schrieb Kieren MacMillan:
> Hi Bernhard,
>
>> Thanks for the  "metronom engraver".
>> How would I have found it in the documentation?
> Searching for "tempo" (and similar) would lead you to 
> <http://lilypond.org/doc/v2.18/Documentation/notation/displaying-rhythms#metronome-marks>.
>  At the bottom of that section, you would find “Internals Reference: 
> MetronomeMark”, with the link leading to 
> <http://lilypond.org/doc/v2.18/Documentation/internals/metronomemark>. Right 
> at the top of that page, it says "MetronomeMark objects are created by: 
> Metronome_mark_engraver".
>
> Hope that helps!
> Kieren.
> ________________________________
>
> Kieren MacMillan, composer
> ‣ website: www.kierenmacmillan.info
> ‣ email: address@hidden
>

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