lilypond-user
[Top][All Lists]
Advanced

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

Re: Rest space in between fugue's voices


From: Kieren MacMillan
Subject: Re: Rest space in between fugue's voices
Date: Sat, 10 Feb 2024 13:50:53 -0500

Hi George,

> Currently, I am transcribing Bach's Fantasia and Fugue in a minor (BWV 904), 
> but I am dealing with a rest collision between the fugue voices on measure 
> 69. Specifically, on the 4th beat I have not found a way to give distance 
> between the a' from the alto and the 16th rest from the tenor.

How about:

tenor = \relative d' {
  \override NoteHead.color = #red \override Stem.color = #red \override 
Beam.color = #red \override Rest.color = #red
  \change Staff = "up"
  \voiceFour
  d8 e f d a'4 r8 d, |
  bes'4 r8 d, a'4 \tweak staff-position -4 \tweak X-offset #1 r16 g f e   |
  d e f d 
}

In general, I tend to trust Lilypond’s \voiceX commands and tweak anything that 
doesn’t work as hoped/expected, rather than manually overriding stem and tie 
directions and so on. (Obviously, when the tenor returns to the lower staff, 
you’d want to issue a \voiceOne command!)

Hope that helps,
Kieren.
______________________________________________

My work day may look different than your work day. Please do not feel obligated 
to read or respond to this email outside of your normal working hours.




reply via email to

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