lilypond-user
[Top][All Lists]
Advanced

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

Re: Slurs not being followed in one vocal part


From: William Rehwinkel
Subject: Re: Slurs not being followed in one vocal part
Date: Sat, 21 Jan 2023 23:51:39 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.6.1

Dear Jon,

I'm having trouble finding exactly what is the problem here. There is a slur between the dotted quarter and eighth note in bar 7, looking at that section in the soprano block it is being rendered as I thought it would be. Can you please create a minimal example that demonstrates the problem?

-Will

On 1/21/23 18:31, Jon Arnold wrote:
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 }

--
+ ---------------------------------------------- +
|    William Rehwinkel - Oberlin College and     |
|                           Conservatory '24     |
|          william@williamrehwinkel.net          |
| PGP key:                                       |
| https://williamrehwinkel.net/static/pubkey.txt |
+ ---------------------------------------------- +

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

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