lilypond-user
[Top][All Lists]
Advanced

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

RE: Modified enharmonic.ly (from snippets)


From: Peter Gentry
Subject: RE: Modified enharmonic.ly (from snippets)
Date: Wed, 3 Dec 2014 10:22:54 -0000

David
 
Ah so, the passage was taken as a test and was modified to include double sharps etc. I don't pretend that Lilypond transposition produced anything so horrible.
This was my first attempt at scheme coding - so some of it could well be improved.
 
The notes file was
 
\version "2.18.2"
% Bach Minuet from Partita No1 (not strictly true - just test data)
 
 \naturalizeMusic
 \relative c'' {
 \key f \major
 \time 3/4
 \tempo "Allegro" 4=126
\accidentalStyle "modern-cautionary"
  eisis8\p   ( c_\markup {\normalsize \italic "dolce"} eisis cis ges c)   ais4 bis cisis
  \key d \major
  eis ges ces
 }


From: David Nalesnik [mailto:address@hidden
Sent: Tuesday, December 02, 2014 6:43 PM
To: Peter Gentry
Cc: lilypond-user
Subject: Re: Modified enharmonic.ly (from snippets)

Hi Peter,


On Tue, Dec 2, 2014 at 11:38 AM, Peter Gentry <address@hidden> wrote:


naturalizeMusic =
#(define-music-function (parser location m)
(ly:music?)
(naturalize m))

\version "2.18.2"
% Bach Minuet from Partita No1
#(set-global-staff-size 23)
  \header {  title =   "Minuet from Partita No 1"
                 composer =  "J S Bach"   }
\include "./ranges/enharmonic.ly"
\score {
\include "Bach Part Notes Test.ly"}
{\naturalizeMusic
\include "Bach Part Notes Test.ly" }

Could you provide the file "Bach Part Notes Test.ly"?  I'm having difficulty understanding what you've done here.  What did the original look like? (I don't find this passage in the partitas for keyboard, violin, or cello).

--David 

reply via email to

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