lilypond-user
[Top][All Lists]
Advanced

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

Incorrect behaivor of lyrics aligned to nullvoice


From: Павел Буданов
Subject: Incorrect behaivor of lyrics aligned to nullvoice
Date: Tue, 08 Jan 2019 16:49:21 +0300

Hello everyone!
Look for my example from Bach's chorale. Syllable positioning is incorrect where is the second between soprano and alto. Can you help me?
 
sopranonotes = \relative c'' { a g2 f4 }
altonotes = \relative c'' { g8[ f] f[( e16 d] e4) c }
aligner = \relative c'' { a8[ a] g( g16 g g8 g) f4 }
lyric = \lyricmode { Weh -- kla -- gen, }
\new Staff
<<
  \clef mezzosoprano
  \new Voice { \voiceOne \sopranonotes }
  \new Voice { \voiceTwo \altonotes }
  \new NullVoice = "aligner" { \autoBeamOff \aligner }
  \new Lyrics \lyricsto "aligner" { \lyric }
>>

Attachment: example.png
Description: PNG image


reply via email to

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