lilypond-user
[Top][All Lists]
Advanced

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

Text not properly formatted


From: Bernhard Kleine
Subject: Text not properly formatted
Date: Thu, 31 Jan 2019 18:04:26 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

I have this excerpt from Hasslers "Tanzen und Springen". The alignment of the lyrics is not at all correct. What do I miss?

Kind regards

Bernhard

\version "2.19.82"
\language "deutsch"

\header {
  title = "ta"
  % Voreingestellte LilyPond-Tagline entfernen
  tagline = ##f
}

\paper {
  #(set-paper-size "a4")
}

\layout {
  \context {
    \Voice
    \consists "Melody_engraver"
    \override Stem #'neutral-direction = #'()
  }
}

global = {
  \key c \major
  \time 3/4
  \tempo 4=100
}

sopranoVoice = \relative c'' {
  \global
  \dynamicUp
  % Die Noten folgen hier.
  c4 a h | c2 c4 | e f d | e2 e4 | d c a | h4. g8 d h | c4 c h | c2 r4 
 
}

verseSopranoVoice = \lyricmode {
  % Liedtext folgt hier.
  Tan - zen und Sprin - gen, Sin - gen und Klin - gen,
  fa - la - la - la fa - la - la - la fa - la - la.
}

mezzoSopranoVoice = \relative c'' {
  \global
  \dynamicUp
  % Die Noten folgen hier.
  g4 f f | g2 g4 | c c h | c2 c4 h a fis | g4. g8 f4 d g g | e2 r4
 
}

verseMezzoSopranoVoice = \lyricmode {
  % Liedtext folgt hier.
  Tan - zen und Sprin - gen, Sin - gen und Klin - gen,
  fa - la - la - la fa - la - la fa - la - la.
}

altoVoice = \relative c' {
  \global
  \dynamicUp
  % Die Noten folgen hier.
  e4 c d | d2 e4 g a g g2 g4 g e d d4. e8 d4 c d d c2 r4
}

verseAltoVoice = \lyricmode {
  % Liedtext folgt hier.
  Tan - zen und Sprin - gen, Sin - gen und Klin - gen,
  fa - la - la - la fa - la - la - la fa - la - la.
}


sopranoVoicePart = \new Staff \with {
  instrumentName = "Sopran"
  shortInstrumentName = "S."
} { \sopranoVoice }
\addlyrics { \verseSopranoVoice }

mezzoSopranoVoicePart = \new Staff \with {
  instrumentName = "Mezzosopran"
  shortInstrumentName = "Ms."
} { \mezzoSopranoVoice }
\addlyrics { \verseMezzoSopranoVoice }

altoVoicePart = \new Staff \with {
  instrumentName = "Alt"
  shortInstrumentName = "A."
} { \altoVoice }
\addlyrics { \verseAltoVoice }


\score {
  <<
    \sopranoVoicePart
    \mezzoSopranoVoicePart
    \altoVoicePart
  >>
  \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]