lilypond-user
[Top][All Lists]
Advanced

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

Re: Strange text distribution


From: Bernhard Kleine
Subject: Re: Strange text distribution
Date: Sat, 13 Nov 2021 17:10:00 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0

I found the solution: add a line


Am 13.11.2021 um 15:09 schrieb Phil Holmes:
See melismaBusyProperties in http://lilypond.org/doc/v2.23/Documentation/notation/common-notation-for-vocal-music#multiple-notes-to-one-syllable


On 13/11/2021 13:54, Bernhard Kleine wrote:
Hi, I feel lost. The text should go to every note in the example. However the brackets behave as slurs /ties. This is unexpected. Where is the error?

Kind regards Bernhard

\version "2.21.1"
\language "deutsch"
\header {
  title = "Im Haslachtal"
  tagline = "Satz: Bernhard Kleine 2021"
}
\paper {
  #(set-paper-size "a4")
}
global = {
  \key b \major
  \numericTimeSignature
  \partial 4
  \time 3/4
  \autoBeamOff
}
sopranorefrain = \relative c' {
  \global
  f'8. es16 |
  \repeat volta 2 {
     d8 [f,] b [d] g, [d'] | es [f,] a4 \breathe g'8. f16 |}
     \alternative {
       { es8 [f,] a [c] f, [es'] | es [f,] b4 \breathe f'8. es16 }
       { es8 [f,] a [c] f, [a] | b2 \bar "|." }
     }
  }
verserefrain = \lyricmode {
  Hu -- di -- ri -- a du -- i a -- i ri -- a ho Hu -- di
}
\score {
  \new ChoirStaff <<
    \new Staff \with {
      midiInstrument = "choir aahs"
      instrumentName = \markup \center-column { "Sopran" "Alt" }
    } <<
      \new Voice = "sopranoII" { \voiceOne \sopranorefrain }
    >>
    \new Lyrics \with {
      \override VerticalAxisGroup #'staff-affinity = #CENTER
    } \lyricsto "sopranoII" \verserefrain

  >>
  \layout { }

}

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