lilypond-user
[Top][All Lists]
Advanced

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

Re: Why the part-combining in American hymnals? (WAS: Beaming, partcombi


From: Kieren MacMillan
Subject: Re: Why the part-combining in American hymnals? (WAS: Beaming, partcombine and pickups)
Date: Mon, 19 Sep 2016 21:32:10 -0400

Hi David,

> Turning the leaves of American hymnbooks, I can't see many
> where space is saved just by combining voices.

I don’t have time to do the same… but as I said, the spacing savings of 
combined voices is quite easy to demonstrate:

%%%%  SNIPPET BEGINS
\version "2.19.32"

\new ChoirStaff <<
  \new Staff { \new Voice << { \voiceOne g'4 a' b' c'' d''1 } \new Voice { 
\voiceTwo g'4 f' d' e' g'1 } >> }
  \addlyrics { \lyricmode { One two three four five! } }
  \new Staff { \clef bass << { \voiceOne b4 c' g f e1 } \new Voice { \voiceTwo 
g4 g g, g, c1 } >> }
>>

\new ChoirStaff <<
  \new Staff { g'4 <f' a'> <d' b'> <e' c''> <g' d''>1 }
  \addlyrics { \lyricmode { One two three four five! } }
  \new Staff { \clef bass <g b>4 <g c'> <g, g> <g, f> <c e>1 }
>>
%%%%  SNIPPET ENDS

Regards,
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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