]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/les-nereides.ly
* input/regression/chord-scripts.ly (texidoc): new file
[lilypond.git] / input / les-nereides.ly
index 4c4500e90d64db3ffc601fd7ac405690c7a0317b..cfe88880a2142c37aecf6ecc35763251ea6f287b 100644 (file)
-%{
-cpp -P -traditional -o l.ly les-nereides.ly
-cpp -P -traditional -o l-fake.ly  -DFAKE_GRACE les-nereides.ly
-%}
-
-\header{
-    composer =   "ARTHUR GRAY";
-    title =      "LES N\\'ER\\'EIDES";
-    subtitle =   "THE NEREIDS";
-    enteredby =  "JCN";
-    piece =      "Allegretto scherzando";
-    copyright =  "public domain";
-    description = "Natiest piece of competition at http://www.orphee.com/comparison/study.html, see http://www.orphee.com/comparison/gray.pdf";
-    comment =     "LilyPond (1.3.93) can't really do this yet, I guess";
+\version "1.7.3"
+
+\header {
+    composer =   "ARTHUR GRAY"
+    title =      "LES N\\'ER\\'EIDES"
+    subtitle =   "THE NEREIDS"
+    enteredby =  "JCN"
+    %piece =      "Allegretto scherzando"
+    copyright =  "public domain"
+    description = "Nastiest piece of competition at http://www.orphee.com/comparison/study.html, see http://www.orphee.com/comparison/gray.pdf"
 }
 
-global = \notes{
-    \partial 2;
-    \key a \major;
-    \skip 2;
-    \skip 1*2;
+#(ly:set-point-and-click! 'line-column)
+#(set! point-and-click line-column-location)
 
-#ifndef FAKE_GRACE
-    \skip 1;
-#else % FAKE_GRACE
-    \skip 2.; \partial 32*24;
-    \skip 32*24;
-#endif % FAKE_GRACE
+#(define (make-text-checker text)
+  (lambda (elt) (equal? text (ly:get-grob-property elt 'text))))
 
-    \bar "||";
+global =  \notes{
+    \partial 2
+    \key a \major
+    \skip 2
+    \skip 1*2
+    \skip 1
+    \bar "||"
 }
 
-treble = \context Voice=treble \notes\relative c''{
+treble =  \context Voice=treble \notes\relative c''{
     % Broken?
-    \property Voice.NoteColumn \push #'horizontal-shift = #0
-    r2
+    \property Voice.NoteColumn \override #'horizontal-shift = #0
+    \outputproperty #(make-type-checker 'text-interface) 
+           #'extra-offset = #'(-6 . 2)
+    r2^#'((Large upright) "Allegretto scherzando")
     %2
-    \property Voice.Stem \pop #'direction
-    \property Voice.Stem \push #'direction = #1
-    r4 <cis eis a cis> r2
+    \property Voice.Stem \revert #'direction
+    \property Voice.Stem \override #'direction = #1
+    r4 <cis\arpeggio eis a cis> r2
     %3
-    r4 <cis fis a cis> r8.
+    r4 <cis\arpeggio fis a cis> r8.
+
+    % Urg, this lifts us up to staff context
     \translator Staff=bass
+
+    % Get back:
+    \context Voice
+    
+    % If we don't get back to Voice, this text-checker doesn't work
+    \outputproperty #(make-text-checker "m.d.")
+           #'extra-offset = #'(-3 . -4)
+           
+    % currently, this can't be (small) italic, because in the paperblock
+    % we set italic_magnifictation to get large italics.
     cis,16^2^"m.d."( <fis8 fis,> <e! e,!>
     %4
     <)dis,4 a' dis>
+    
+    % Urg, this lifts us up to staff context
     \translator Staff=treble
-    \property Voice.Slur \pop #'direction
-    \property Voice.Slur \push #'direction = #1
-    %% 8va
-    cis''''4^"m.g." (
+    % Get back:
+    \context Voice
+    
+    \property Voice.Slur \revert #'direction
+    \property Voice.Slur \override #'direction = #1
+    \property PianoStaff.connectArpeggios = ##t
+    \property Voice.TextSpanner \revert #'type
+
+    %% Ghostview is ok, but xdvi shows a solid line
+    \property Voice.TextSpanner \override #'thickness = #2
+    \property Voice.TextSpanner \override #'dash-period = #0.5
+
+    \property Voice.TextSpanner \override #'type = #'dotted-line
+    \property Voice.TextSpanner \override #'edge-height = #'(0 . 1.5)
+    %% \property Voice.TextSpanner \override #'edge-text = #'("8 " . "")
+    \property Voice.TextSpanner \override #'edge-text = #'("8 " . "  ")
 
-#ifndef FAKE_GRACE
+    % Urg, this lifts us up to staff context
+    \property Staff.centralCPosition = #-13
 
-    \property Voice.Stem \pop #'direction
+    % Get back:
+    \context Voice
 
-    % grace is a mess
-    % maybe we should fake this and put 5/4 in this bar?
+    % If we don't get back to Voice, this text-checker doesn't work
+    \outputproperty #(make-text-checker "m.g.")
+           #'extra-offset = #'(-3 . -3)
+           
+    % currently, this can't be (small) italic, because in the paperblock
+    % we set italic_magnifictation to get large italics.
+    cis''''4^"m.g."\arpeggio #(ly:export (make-span-event 'TextSpanEvent START)) (
+
+    \property Voice.Stem \revert #'direction
 
     \grace {
         )cis8
-       \property Grace.Stem \pop #'direction
-       \property Grace.Stem \push #'direction = #0
-       %urg, dim. during grace dumps core here
-        %%[a16-5( fis dis] [cis'32 a-1 fis-4 dis] [cis a )fis-2]
-        [a16-5( fis dis] [cis32 a-1 fis-4 dis] [cis a )fis-2]
+       \property Voice.Stem \revert #'direction
+       \property Voice.Stem \override #'direction = #0
+        [a16-5( fis dis #(ly:export (make-span-event 'TextSpanEvent STOP)) ]
+       \property Staff.centralCPosition = #-6
+       
+       [cis32 a-1 fis-4 dis] [cis a )fis-2]
     }
 
-#else % FAKE_GRACE 
-
-    \property Voice.NoteHead \push #'font-size = #-1
-    \property Voice.Stem \push #'font-size = #-1
-    \property Voice.Beam \push #'font-size = #-1
-    \property Voice.TextScript \push #'font-size = #-1
-    \property Voice.Slur \push #'font-size = #-1
-    \property Voice.LocalKey \push #'font-size = #-1
-
-    )cis16
-    \property Voice.Stem \pop #'direction
-    \property Voice.Stem \push #'direction = #0
-    %%[a16^5( fis dis] [cis'32 a-1 fis-4 dis] [cis a )fis-2] s s s
-    [a16^5( fis dis] [cis32 a^1 fis^4 dis] [cis a )fis-2] s % s s
-
-    \property Voice.NoteHead \pop #'font-size
-    \property Voice.Stem \pop #'font-size
-    \property Voice.Beam \pop #'font-size
-    \property Voice.TextScript \pop #'font-size
-    \property Voice.Slur \pop #'font-size
-    \property Voice.LocalKey \pop #'font-size
-
-#endif % FAKE_GRACE
-    
-
-    \property Voice.Stem \pop #'direction
-    \property Voice.Stem \push #'direction = #1
+    \property Voice.Stem \revert #'direction
+    \property Voice.Stem \override #'direction = #1
     cis'4()bis
     r8
     <a'8( a,> <gis gis,> <fis fis,> <gis gis,> <fis fis,> )e^" "^1^4^5 r|
     r<a8( a,> <gis gis,> <fis fis,> <gis gis,> <fis fis,> )e r|
 }
 
-trebleTwo = \context Voice=trebleTwo \notes\relative c''{
-    % Broken?
-    \property Voice.NoteColumn \push #'horizontal-shift = #-1
+trebleTwo =  \context Voice=trebleTwo \notes\relative c''{
+    \property Voice.NoteColumn \override #'horizontal-shift = #1
     s2
     s1*2
     s4
-    \property Voice.Stem \pop #'direction
-    \property Voice.Stem \push #'direction = #-1
-    <cis4 a fis dis>
-
-#ifdef FAKE_GRACE
-    s32*16
-#endif
-
-    <e2 g, e d>
-    %r8 cis4. d4 [<cis8-5-4( e,-1> <b-3 d,-1> |
-    r8 cis4. d4 [<cis8( e,> <b-3 d,-1> |
-    <)a-2 cis,-1>] cis4. d4 [<cis8( e,> <b d,> |
+    \property Voice.Stem \revert #'direction
+    \property Voice.Stem \override #'direction = #-1
+    <cis'4\arpeggio a fis dis>
+
+    \property Voice.NoteColumn \override #'force-hshift = #-0.2
+    <e,2 gis, e d!>
+    % Hmm s/r?
+    %r8 cis4. d4
+    s8 cis4. d4
+    \property Voice.NoteColumn \revert #'force-hshift
+    [<cis8( e,> <b-3 d,-1> |
+    \property Voice.NoteColumn \override #'force-hshift = #-0.2
+    <)a-2 cis,-1>] cis4. d4 
+    \property Voice.NoteColumn \revert #'force-hshift
+    [<cis8( e,> <b d,> |
     <)a cis,>]
 }
 
-bass = \context Voice=bass \notes\relative c{
-    \property Voice.Slur \pop #'details
-    \property Voice.Slur \push #'details =
-%        #'((height-limit . 2.0) (ratio . 0.333) (force-blowfit . 0.5) (beautiful . 1.0))
-        #'((height-limit . 6.0) (ratio . 0.333) (force-blowfit . 1.0) (beautiful . 0.1))
-    \property Voice.Slur \pop #'de-uglify-parameters
-    \property Voice.Slur \push #'de-uglify-parameters =
-%    #'(1.5  0.8  -2.0)
-    #'(2.4  0.8  4.0)
-    \property Voice.Stem \pop #'direction
-    \property Voice.Slur \push #'direction = #-1
+bass =  \context Voice=bass \notes\relative c{
+    % Allow ugly slurs
+    \property Voice.Slur \override #'beautiful = #5.0
+    \property Voice.Slur \override #'attachment-offset = #'((0 . 3) . (0 . -4))
+    \property Voice.Stem \revert #'direction
+    \property Voice.Slur \override #'direction = #-1
     % huh, auto-beamer?
-    r8. e,16-2( [<a8 a,> <b b,>] <cis4 cis,> |
+    r8. e,16_2( [<a8 a,> <b b,>] |
     %2
+    <cis4 cis,>
+    % Huh, urg?  Implicit \context Staff lifts us up to Staff context???
     \translator Staff=treble
-    \property Voice.Stem \pop #'direction
-    \property Voice.Stem \push #'direction = #-1
-    \property Voice.slurEndAttachment = #'stem
-    <)a''4 eis cis> 
-    %\stemboth
-    \property Voice.slurEndAttachment = ##f
+    % Get back
+    \context Voice
+    \property Voice.Stem \revert #'direction
+    \property Voice.Stem \override #'direction = #-1
+    \property Voice.Slur \override #'attachment = #'(stem . stem)
+    <)a''4\arpeggio eis cis> 
+    %\stemBoth
+    \property Voice.Slur \revert #'attachment
+    % Huh, urg?  Implicit \context Staff lifts us up to Staff context???
     \translator Staff=bass
-    \property Voice.Stem \pop #'direction
-    \property Voice.Slur \pop #'y-free
-    \property Voice.Slur \push #'y-free = #0.1
+    % Get back
+    \context Voice 
+    \property Voice.Stem \revert #'direction
+    \property Voice.Slur \revert #'y-free
+    \property Voice.Slur \override #'y-free = #0.1
+    \property Voice.Slur \revert #'attachment-offset
+    \property Voice.Slur \override #'attachment-offset = #'((0 . 3) . (0 . 8))
     r8. cis,,16( <fis8 fis,> <gis gis,>
     %3
-    \property Voice.Stem \pop #'length
-    \property Voice.Stem \push #'length = #5
+    \property Voice.Stem \revert #'length
+    \property Voice.Stem \override #'length = #5
     <a4 a,>
+    % Huh, urg?  Implicit \context Staff lifts us up to Staff context???
     \translator Staff=treble
-    \property Voice.Stem \pop #'direction
-    \property Voice.Stem \push #'direction = #-1
-    <)a' fis cis>
+    % Get back
+    \context Voice 
+    \property Voice.Stem \revert #'length
+    \property Voice.Stem \revert #'direction
+    \property Voice.Stem \override #'direction = #-1
+    <)a'\arpeggio fis cis>
+    % Huh, urg?  Implicit \context Staff lifts us up to Staff context???
     \translator Staff=bass
-    \property Voice.Stem \pop #'direction
+    % Get back
+    \context Voice 
+    \property Voice.Stem \revert #'direction
     r2
     %4
-    \property Voice.Slur \pop #'details
-    \property Voice.Slur \push #'details =
-        #'((height-limit . 2.0) (ratio . 0.333) (force-blowfit . 0.5) (beautiful . 0.5))
-    \property Voice.Stem \pop #'direction
-    \property Voice.Stem \push #'direction = #-1
+    \property Voice.Slur \revert #'beautiful
+    \property Voice.Slur \revert #'attachment-offset
+    \property Voice.Stem \revert #'direction
+    \property Voice.Stem \override #'direction = #-1
     <b,,4 b,>
-    \clef treble;
-    \property Voice.Stem \pop #'direction
-    \property Voice.Stem \push #'direction = #0
+    \clef treble
+    \property Voice.Stem \revert #'direction
+    \property Voice.Stem \override #'direction = #0
     <
         %urg: staff-change: ! on dis
-        <cis'' a fis dis!>
-%      { s8. \clef bass;}
+        <cis''\arpeggio a fis dis!>
+%      { s8. \clef bass}
     >
 
-#ifndef FAKE_GRACE
     %Hmm
-    %\grace { s16 s s s s32 s s s s \clef bass; s }
-    \clef bass;
-#else
-    s4 s8 s32 s  s \clef bass; s
-#endif
-
+    %\grace { s16 s s s s32 s s s s \clef bass s }
+    \clef bass
     \grace { <e,,,32( e,> } <)gis'2 e>
-    %5%
-    \property Voice.Slur \pop #'direction
-    \property Voice.Slur \push #'direction = #1
+    %5
+    \property Voice.Slur \revert #'direction
+    \property Voice.Slur \override #'direction = #1
     a,8 [e'-5(<)a-2 cis-3>]
     r b,-5 <e4-3 gis-5 d'>
-    \property Voice.Slur \pop #'direction
-    \property Voice.Slur \push #'direction = #0
+    \property Voice.Slur \revert #'direction
+    \property Voice.Slur \override #'direction = #0
     [e,8-5(|
     %6
     )a-2]
-    \property Voice.Slur \pop #'direction
-    \property Voice.Slur \push #'direction = #1
+    \property Voice.Slur \revert #'direction
+    \property Voice.Slur \override #'direction = #1
     [e'(<)a cis>] r b, <e4 gis d'>
-    \property Voice.Slur \pop #'direction
-    \property Voice.Slur \push #'direction = #0
+    \property Voice.Slur \revert #'direction
+    \property Voice.Slur \override #'direction = #0
     [e,8(|
     %7
     )a]
 }
 
-bassTwo = \context Voice=bassTwo \notes\relative c{
-    \skip 2;
-    \skip 1*2;
-    \skip 2;
+bassTwo =  \context Voice=bassTwo \notes\relative c{
+    \skip 2
+    \skip 1*2
+    \skip 2
 
-#ifdef FAKE_GRACE
-    \skip 32*16;
-#endif
+    \property Voice.Stem \revert #'direction
+    \property Voice.Stem \override #'direction = #1
+    \property Voice.Slur \revert #'direction
+    \property Voice.Slur \override #'direction = #1
 
-    \property Voice.Stem \pop #'direction
-    \property Voice.Stem \push #'direction = #1
-    \property Voice.Slur \pop #'direction
-    \property Voice.Slur \push #'direction = #1
     cis'4()bis
 }
 
-middleDynamics = \context Dynamics=middle \notes{
+middleDynamics =  \context Dynamics=middle \notes{
     s8 s16 s\f s4
     s1*2
     %4
     s2
 
-#ifdef FAKE_GRACE
-    s32*12
-    s32\> s s \!s
-#endif
-
-    s32 s-"rall." s s
+    s32 
+    \outputproperty #(make-type-checker 'text-interface) 
+           #'extra-offset = #'(0 . 1.5)
+    s-"rall." s s
     s8 s4
 
-    s1\mf-"a tempo"
-    s8 s8\mf s4 s4 s8\> s32 s s \!s
+    \outputproperty #(make-type-checker 'dynamic-interface) 
+           #'extra-offset = #'(0 . 4)
+    %s1\mf-"a tempo"
+%%    s2\mf-"a tempo" s4
+    s2\mf-"a tempo" s8
+%%    s\> \!s8
+    s16 s32 s64 \> s s8  s \!s8
+    \outputproperty #(make-type-checker 'dynamic-interface) 
+           #'extra-offset = #'(-1 . 4)
+%%    s8\mf s4 s4 s8\> s32 s s \!s
+    s8\mf s4 s8 s16 s32 s64 \> s s16 s8 s32 s s s\! s128
 }
 
-lowerDynamics = \context Dynamics=lower \notes{
+lowerDynamics =  \context Dynamics=lower \notes{
     s2
     %2
-    s2\sustaindown s8. s16\sustainup s4
+    s2\sustainDown s8. s16\sustainUp s4
     %3
-    s2\sustaindown s8. s16\sustainup s4
+    s2\sustainDown s8. s16\sustainUp s4
     %3
 
-#ifndef FAKE_GRACE
-    s4\sustaindown s16
-    s32 s s\sustainup s
-    s32\sustaindown s s s
+    s4\sustainDown s16
+    s32 s s\sustainUp s
+    s32\sustainDown s s s
     s8
-#else
-    s2\sustaindown
-    s32*12
-    s32 s s\sustainup s
-    s32\sustaindown s s s
-#endif
 
-    \property Dynamics.stopSustain = #""
-    s4 s16. s32\sustainup
+    \property Dynamics.pedalSustainStrings = #'("Ped." "*Ped." "")
+    s4 s16. s32\sustainUp
 
     %5
-    s8\sustaindown s s
-    \property Dynamics.stopSustain = #"*"
-    \property Dynamics.stopStartSustain = #"-P"
-    s s\sustainup\sustaindown s s
-    s\sustainup
+    s8\sustainDown s s
+    \property Dynamics.pedalSustainStrings = #'("Ped." "-P" "*")
+    s s\sustainUp\sustainDown s s
+    s\sustainUp
 
     %6
-    \property Dynamics.stopStartSustain = #""
-    s8\sustaindown s s
-    \property Dynamics.stopStartSustain = #"-P"
-    s s\sustainup\sustaindown s s
-    s\sustainup
+    \property Dynamics.pedalSustainStrings = #'("Ped." "*Ped." "")
+    s8\sustainDown s s
+    \property Dynamics.pedalSustainStrings = #'("Ped." "-P" "*")
+    s s\sustainUp\sustainDown s s
+    s\sustainUp
 }
 
 \score{
@@ -286,7 +297,7 @@ lowerDynamics = \context Dynamics=lower \notes{
            \middleDynamics
        >
         \context Staff=bass <
-           \clef bass;
+           \clef bass
            \global
            \bass
            \bassTwo
@@ -297,51 +308,51 @@ lowerDynamics = \context Dynamics=lower \notes{
        >
     >
     \paper {
+        % Hmm
+       % magnification_italic = 1.
        \translator {
            \ScoreContext
-           TimeSignature \push #'style = #"C"
+           TimeSignature \override #'style = #'C
+           %% SpacingSpanner \override #'maximum-duration-for-spacing = #(ly:make-moment 1 4)
+
+           \remove Bar_number_engraver
         }
        \translator {
-           \type "Engraver_group_engraver";
-           \name Dynamics;
-           Generic_property_list = #generic-lyrics-properties
-           \consists "Property_engraver";
-           DynamicsMinimumVerticalExtent = #(cons -3 -3)
-
-           startSustain = #"Ped."
-           stopSustain = #"*"
-           stopStartSustain = #"*Ped."
-           startUnaChorda = #"una chorda"
-           stopUnaChorda = #"tre chorde"
-           % should make separate lists for stopsustain and startsustain 
+           \type "Engraver_group_engraver"
+           \name Dynamics
+           \consists "Output_property_engraver"
+           %%Generic_property_list = #generic-voice-properties
+           %%\consists "Property_engraver"
+           minimumVerticalExtent = #'(-1 . 1)
+
+           pedalSustainStrings = #'("Ped." "*Ped." "*")
+           pedalUnaCordaStrings = #'("una corda" "" "tre corde")
            
-           \consists "Piano_pedal_engraver";
-           \consists "Script_engraver";
-           \consists "Dynamic_engraver";
-           \consists "Text_engraver";
-           %GURGURGU, text is initialised using TextScript
-           TextScript \push #'style = #"italic"
-           TextScript \push #'font-size = #2
-           \consists "Skip_req_swallow_translator";
-
-           \consistsend "Axis_group_engraver";
+           \consists "Piano_pedal_engraver"
+           \consists "Script_engraver"
+           \consists "Dynamic_engraver"
+           \consists "Text_engraver"
+
+           TextScript \override #'font-relative-size = #1
+           TextScript \override #'font-shape = #'italic
+
+           \consists "Skip_req_swallow_translator"
+
+           \consistsend "Axis_group_engraver"
        }
 
-       \translator {
-           \VoiceContext
-           TextScript \push #'style = #"italic"
-        }
        \translator {
            \PianoStaffContext
-           \accepts Dynamics;
-           % aarg, also separates Dynamics context...
-           %VerticalAlignment \push #'threshold = #'(12 . 12) 
-           %VerticalAlignment \pop #'threshold
-           VerticalAlignment \push #'threshold = #'(1 . 10) 
+           \accepts Dynamics
+           VerticalAlignment \override #'forced-distance = #7
         }
        \translator {
            \GraceContext
-           Stem \push #'flag-style = #""
+           Stem \override #'stroke-style = #""
         }
     }
 }
+
+%%% Local variables:
+%%% LilyPond-indent-level:4
+%%% End: