lilypond-user
[Top][All Lists]
Advanced

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

Slurs not being followed in one vocal part


From: Jon Arnold
Subject: Slurs not being followed in one vocal part
Date: Sat, 21 Jan 2023 17:31:12 -0600

Hey folks-

Can anyone tell me why the slurs are not being followed in the soprano part of the attached file? It first occurs in the 2nd half of bar 7, bottom of page 3. It seems to be related to the barLiner function I have (it goes away if I remove it), but I don't understand why this would affect the lyrics.

Here's the function:
barLiner = {
  \repeat unfold 20 { s2 \bar "!" s2. }
  \set Timing.measureLength = #(ly:make-moment 1/2)
  s2 s2
  \set Timing.measureLength = #(ly:make-moment 3/4)
  s2. s2. \bar "|."
 
}

This is called with:
\new Staff \with {
    midiInstrument = "choir aahs"
    instrumentName = "Soprano"
  } { << \soprano \barLiner >> }
  \addlyrics { \sopranoVerse }

Attachment: Brahms-Nachtens.ly
Description: Text Data

Attachment: Brahms-Nachtens.pdf
Description: Adobe PDF document


reply via email to

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