]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/les-nereides.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / les-nereides.ly
index 3fdfbd90045569e54826453f84d74d86dd090966..c987b46d5ae83c760fb38ce4361a06ecd5fdff8a 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.6.0"
+\version "2.7.39"
 
 \header {
     composer = "ARTHUR GRAY"
@@ -15,8 +15,7 @@ Nastiest piece of competition at
 http://www.orphee.com/comparison/study.html, see
 http://www.orphee.com/comparison/gray.pdf
 
-
-lines that contain tweaks (14 currently, not counting reverts) are
+Lines that contain tweaks (10 currently, not counting reverts) are
 marked with %tweak
 
 possibly more impressive to render without tweaks?
@@ -57,7 +56,7 @@ treble = \new Voice \relative c''{
     cis''''4^\markup { \small \italic "m.g." }\arpeggio~
     \grace {
         cis8
-       \override Stem #'direction = #CENTER
+       \revert Stem #'direction
        
        a16[-5_( fis dis]
        #(set-octavation 0)
@@ -75,10 +74,8 @@ treble = \new Voice \relative c''{
     r8 <a' a,>8(\mf <gis gis,> <fis fis,>
     
     % \fingerUp
-    \override Fingering  #'direction = #1
+    \override Fingering  #'direction = #UP
     
-    % Manual fix for collision with slur
-    \override Fingering  #'inside-slur = ##f %tweak
     <gis gis,> <fis fis,> e)-1-4-5 r
 
     | %6
@@ -93,7 +90,7 @@ trebleTwo = \new Voice \relative c''{
     \stemDown
     \slurDown
     % \fingerDown
-    \override Fingering  #'direction = #-1
+    \override Fingering  #'direction = #DOWN
     s2
     | %1
     s1*2
@@ -103,8 +100,10 @@ trebleTwo = \new Voice \relative c''{
     <e, gis, e d!>2
     | %5
     s8 cis4. d4
+    % fair to count as one tweak?
     \override Fingering #'add-stem-support = ##t %tweak
-    \override Fingering #'padding = #0.1 %tweak
+    \override Fingering #'padding = #0.15
+    \override Fingering #'slur-padding = #0.1
     <cis e,>8[( <d,_3 b'_1>
     | %6
     <cis_1 a'_2>)] cis'4. d4 
@@ -138,12 +137,12 @@ bass = \new Voice \relative c{
 %    \once \override Stem  #'length = #6 %tweak
     <a a,>4\sustainDown
     \change Staff=treble
-                           
-    \revert Stem #'direction
-    \override Stem  #'direction = #-1
+                       
+    \stemNeutral
+    \stemDown    
     <a' fis cis>)\arpeggio
     \change Staff=bass
-    \revert Stem #'direction
+    \stemNeutral
     r2
     
     | %4
@@ -174,7 +173,7 @@ bass = \new Voice \relative c{
     \slurUp
     
     % \fingerDown
-    \override Fingering  #'direction = #-1
+    \override Fingering  #'direction = #DOWN
 
                           
     \override Staff.SustainPedalLineSpanner #'staff-padding = #3.5 %tweak
@@ -186,11 +185,9 @@ bass = \new Voice \relative c{
     %%r b,-5 <e-3 gis-5 d'>4
     r b,-5\sustainUp\sustainDown <e gis d'>4-3-5
     \slurNeutral
-    \once \override Fingering  #'extra-offset = #'(0 . -1) %tweak
     e,8[-5(\sustainUp
     
     | %6
-    \once \override Fingering  #'extra-offset = #'(0 . -1) %tweak
     a)-2]\sustainDown
     \slurUp
     e'[(<a cis>)] r b,\sustainUp\sustainDown <e gis d'>4
@@ -227,8 +224,9 @@ middleDynamics = {
        s32 s s s\!
     
     }
-
+    \fatText
     s32 s-"rall." s s s8 s4
+    \emptyText
     | %5
     s2-"a tempo" s8
     \once\override Dynamics.Hairpin  #'extra-offset = #'(1 . 0) %tweak
@@ -242,14 +240,14 @@ middleDynamics = {
 
 theScore = \score{
     \context PianoStaff <<
-        \context Staff = "treble" <<
+        \new Staff = "treble" <<
            \treble
            \trebleTwo
         >>
        \new Dynamics <<
            \middleDynamics
        >>
-        \context Staff = "bass" <<
+        \new Staff = "bass" <<
            \clef bass
            \bass
            \bassTwo
@@ -262,16 +260,16 @@ theScore = \score{
            \remove Bar_number_engraver
         }
        \context {
-           \type "Engraver_group_engraver"
+           \type "Engraver_group"
            \name Dynamics
            \consists "Output_property_engraver"
-           minimumVerticalExtent = #'(-1 . 1)
+           \override VerticalAxisGroup #'minimum-Y-extent = #'(-1 . 1)
 
            \consists "Script_engraver"
            \consists "Dynamic_engraver"
            \consists "Text_engraver"
 
-           \override TextScript #'font-size = #2
+           %%\override TextScript #'font-size = #1
            \override TextScript #'font-shape = #'italic
 
            \consists "Skip_event_swallow_translator"