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
[email protected]
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