]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/les-nereides.ly
Typos.
[lilypond.git] / input / les-nereides.ly
index a20d14aef4aef54a3e1abf34ed6d2776ba8b0ab7..49b2ed474a81ebf1c778d2d3fd0c0e8efe231a2b 100644 (file)
@@ -1,9 +1,8 @@
-#(ly:set-option 'old-relative)
-\version "2.3.16"
-\encoding "latin1"
+\version "2.5.13"
+
 \header {
     composer = "ARTHUR GRAY"
-    title = "LES NÉRÉIDES"
+    title = "LES NÉRÉIDES"
     subtitle = "THE NEREIDS"
     enteredby = "JCN"
     piece = "Allegretto scherzando"
@@ -17,7 +16,7 @@ http://www.orphee.com/comparison/study.html, see
 http://www.orphee.com/comparison/gray.pdf
 
 
-lines that contain tweaks (17 currently, not counting reverts) are
+lines that contain tweaks (14 currently, not counting reverts) are
 marked with %tweak
 
 possibly more impressive to render without tweaks?
@@ -27,7 +26,6 @@ possibly more impressive to render without tweaks?
 
 %}
 
-#(ly:set-point-and-click 'line-column)
 #(define (make-text-checker text)
   (lambda (elt) (equal? text (ly:get-grob-property elt 'text))))
 
@@ -84,7 +82,7 @@ treble = \new Voice \relative c''{
     \override Fingering  #'direction = #1
     
     % Manual fix for collision with slur
-    \override Fingering  #'inside-slur = ##f
+    \override Fingering  #'inside-slur = ##f %tweak
     <gis gis,> <fis fis,> e)-1-4-5 r
 
     | %6
@@ -109,8 +107,8 @@ trebleTwo = \new Voice \relative c''{
     <e, gis, e d!>2
     | %5
     s8 cis4. d4
-    \override Fingering #'add-stem-support = ##t
-    \override Fingering #'padding = #0.1
+    \override Fingering #'add-stem-support = ##t %tweak
+    \override Fingering #'padding = #0.1 %tweak
     <cis e,>8[( <d,_3 b'_1>
     | %6
     <cis_1 a'_2>)] cis'4. d4 
@@ -128,7 +126,7 @@ bass = \new Voice \relative c{
 
     r8. e,16(\f_2 <a a,>8[ <b b,>]
     | %2
-    \override Staff.SustainPedalLineSpanner #'staff-padding = #5
+    \override Staff.SustainPedalLineSpanner #'staff-padding = #5 %tweak
                           
     <cis cis,>4\sustainDown
     \change Staff=treble
@@ -136,7 +134,7 @@ bass = \new Voice \relative c{
     <a'' eis cis>4)\arpeggio
     
     \change Staff=bass
-    \stemBoth
+    \stemNeutral
     
     r8. cis,,16(\sustainUp <fis fis,>8 <gis gis,>
     
@@ -157,7 +155,7 @@ bass = \new Voice \relative c{
     \stemDown
     <b,, b,>4
     \clef treble
-    \stemBoth
+    \stemNeutral
     <<
         %urg: staff-change: ! on dis
         <cis'' a fis dis!>\arpeggio
@@ -184,7 +182,7 @@ bass = \new Voice \relative c{
     \override Fingering  #'direction = #-1
 
                           
-    \override Staff.SustainPedalLineSpanner #'staff-padding = #3.5
+    \override Staff.SustainPedalLineSpanner #'staff-padding = #3.5 %tweak
     \set Staff.pedalSustainStyle = #'mixed
     %%a,8 e'[-5(<a-2 cis-3>])
 
@@ -192,7 +190,7 @@ bass = \new Voice \relative c{
     a,8\sustainDown e'[-5(<a cis>])-2-3
     %%r b,-5 <e-3 gis-5 d'>4
     r b,-5\sustainUp\sustainDown <e gis d'>4-3-5
-    \slurBoth
+    \slurNeutral
     \once \override Fingering  #'extra-offset = #'(0 . -1) %tweak
     e,8[-5(\sustainUp
     
@@ -201,7 +199,7 @@ bass = \new Voice \relative c{
     a)-2]\sustainDown
     \slurUp
     e'[(<a cis>)] r b,\sustainUp\sustainDown <e gis d'>4
-    \slurBoth
+    \slurNeutral
     e,8[(\sustainUp
     
     | %7
@@ -249,20 +247,20 @@ middleDynamics = {
 
 theScore = \score{
     \context PianoStaff <<
-        \context Staff=treble <<
+        \context Staff = "treble" <<
            \treble
            \trebleTwo
         >>
        \new Dynamics <<
            \middleDynamics
        >>
-        \context Staff=bass <<
+        \context Staff = "bass" <<
            \clef bass
            \bass
            \bassTwo
         >>
     >>
-    \paper {
+    \layout {
        \context {
            \Score
            pedalSustainStrings = #'("Ped." "*Ped." "*")
@@ -299,6 +297,7 @@ theScore = \score{
 }
     
 %%% Local variables:
-%%% LilyPond-indent-level:4
+%%% coding: utf-8
+%%% LilyPond-indent-level:2
 %%% End:
-%% new-chords-done %%
+