lilypond-user
[Top][All Lists]
Advanced

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

Re: Dots wrongly positioned in not merged chords


From: Karlin High
Subject: Re: Dots wrongly positioned in not merged chords
Date: Thu, 26 Apr 2018 17:50:09 -0500
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

The partcombiner can do some different things, probably still not quite what is wanted in this case. PNG attached.

% BEGIN
\version "2.18.2"

soprano = {
  <f' a'>2. f'4 |
  <f' a'>2. f'4 |
  <f' a'>2. f'4 |
}

alto = {
  \partcombineChords
  <f' d'>2. \once \partcombineAutomatic f'4 |
  <f' d'>2. \once \partcombineAutomatic f'4 |
  <f' d'>2. \once \partcombineAutomatic f'4 |
}

\score {
  \new Staff {
    \new Voice {
      \partcombine #'(2 . 9) \soprano \alto
    }
  }
}
% END

But really now... more than 2 voices per staff? With lyrics? Do the lyrics ever diverge for the different parts? That can get very, very messy. Second PNG attached, showing what I got for the ending of Hal Hopson's "Prayer of Thankful Praise." A SSATTBB piece with each part having a different series of "A-mens" at the end.
--
Karlin High
Missouri, USA

Attachment: kaj.PNG
Description: PNG image

Attachment: PrayerOfThankfulPraise-ending.PNG
Description: PNG image


reply via email to

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