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:david.nales...@gmail.com] 
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 <peter.gen...@sunscales.co.uk> 
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 

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to