lilypond-user
[Top][All Lists]
Advanced

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

Re: Engraving a close harmony


From: Dirck Nagy
Subject: Re: Engraving a close harmony
Date: Tue, 10 Dec 2024 01:36:19 +0000

Sure, Gould's solution is fine.  Lots of composers used angled stems in their manuscripts, even. (Bartok, etc)

I couldnt find what Kurt Stone might have said, but Gardner Read gives these solutions:


But lots of publishers did differently. The 19th century editions of Chopin i could find (Schleissinger, Peters, Wessel, Breitkopf) did not use angled stems.  Neither did Chopin himself.  Here is his autograph of Etude 11, opus 10, and an early published edition:






From: Paul Hodges <pwh@cassland.org>
Sent: Monday, December 9, 2024 5:13 PM
To: Dirck Nagy <dnagy@uwlax.edu>; Knute Snortum <ksnortum@gmail.com>; Robin Bannister <rcb@dabble.ch>; William Rehwinkel <william@williamrehwinkel.net>; dircknagy@hotmail.com <dircknagy@hotmail.com>
Cc: Saul Tobin <saul.james.tobin@gmail.com>; lilypond-user@gnu.org <lilypond-user@gnu.org>
Subject: Re: Engraving a close harmony
 

Caution: *External Email: Use caution responding, opening attachments, or clicking on links.*

Elaine Gould in Behind Bars explicitly rejects this layout (page 91: "Altered Unisons").

Paul


From: Dirck Nagy <dnagy@uwlax.edu>
To: Knute Snortum <ksnortum@gmail.com>, Robin Bannister <rcb@dabble.ch>, William Rehwinkel <william@williamrehwinkel.net>, "dircknagy@hotmail.com" <dircknagy@hotmail.com>
Cc: Saul Tobin <saul.james.tobin@gmail.com>, "lilypond-user@gnu.org" <lilypond-user@gnu.org>
Sent: 09/12/2024 0:52
Subject: Re: Engraving a close harmony

How about using;

 \once \override NoteColumn.force-hshift = #1.0


Here is the code:

\version "2.24.1"


global = {
  \key c \major
  \time 6/8
}

rightOne = \relative c'' {
  \global
  % Music follows here.
  e16 f f dis dis! e 
}

rightTwo = \relative c'' {
  \global
  % Music follows here.
  d16 g, g \once \override NoteColumn.force-hshift = #1.0 d'! \once \override NoteColumn.force-hshift = #1.0 d! g,
}


\score {
 <<
    \new Staff = "right" \with {
      midiInstrument = "acoustic grand"
    } << \rightOne \\ \rightTwo >>

  >>
}


Attachment: Gardner Read chromatic unisons.png
Description: Gardner Read chromatic unisons.png

Attachment: autograph Chopin chromatic unison opus 10 #11.png
Description: autograph Chopin chromatic unison opus 10 #11.png

Attachment: Chopin chromatic unison etude 11, opus 10.png
Description: Chopin chromatic unison etude 11, opus 10.png


reply via email to

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