lilypond-user
[Top][All Lists]
Advanced

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

From the 2.19.84 documentation: Stanzas with different rhythms (Strophen


From: Bernhard Kleine
Subject: From the 2.19.84 documentation: Stanzas with different rhythms (Strophen mit unterschiedlichem Rhythmus
Date: Fri, 16 Jul 2021 10:01:56 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0

I cannot discern what is wrong in the following example: There are two
errors: the slur is not shown and the unterminated hyphen seems very
strange. The overall structure is from Frescobaldi Partitur assistant.

Regards Bernhard

\version "2.21.1"
\language "deutsch"
\header {
  title = "Möge die Straße uns zusammenführen"
}
\paper {
  #(set-paper-size "a4")
}
global = {
  \key b \major
  \time 4/4
  \autoBeamOff
 
}

soprano = \relative c'' {
  \global
  % Die Noten folgen hier.
  \set Staff.autoBeaming = ##f
  a4 a8 \slurDashed (c) g4 g |
}

verseOne = \lyricmode {
  \set stanza = "1."
  % Liedtext folgt hier.
  Mö -- \set ignoreMelismata = ##t
    ge die
    \unset ignoreMelismata
    Stra -- sse
}

verseFour = \lyricmode {
  \set stanza = "4."
  % Liedtext folgt hier.
  Bis wir _ uns mal
}

\score {
  \new ChoirStaff <<
    \new Staff \with {
      midiInstrument = "choir aahs"
      instrumentName = \markup \center-column { "Sopran" "Alt" }
    } <<
      \new Voice = "soprano" { \voiceOne \soprano }
    
    >>
    \new Lyrics \with {
      \override VerticalAxisGroup #'staff-affinity = #CENTER
    } \lyricsto "soprano" \verseOne
    \new Lyrics \with {
      \override VerticalAxisGroup #'staff-affinity = #CENTER
    } \lyricsto "soprano" \verseFour
   
  >>
  \layout { }
  \midi {
    \tempo 4=100
  }
}

-- 
spitzhalde9
D-79853 lenzkirch
bernhard.kleine@gmx.net
www.b-kleine.com, www.urseetal.net
Ich darf auf mein neues Buch "670 Falterarten im Hochschwarzwald" aufmerksam 
machen 
(Infos bei mir)
-
thunderbird
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: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]