X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fevent-listener-output.ly;h=58eb5440d20a482ad9fc76f240eb7fdf8640a79b;hb=4d405ef96a8a62771d7d9a283ff5369a772e89d8;hp=9108433c12f358c7757ce791818b40406c479a95;hpb=2940cdd12c135ef94e4c95ac815e76014eef9c79;p=lilypond.git diff --git a/input/regression/event-listener-output.ly b/input/regression/event-listener-output.ly index 9108433c12..58eb5440d2 100644 --- a/input/regression/event-listener-output.ly +++ b/input/regression/event-listener-output.ly @@ -1,4 +1,4 @@ -\version "2.13.57" +\version "2.19.22" \header { texidoc = "Music events can be extracted from a score with event @@ -15,49 +15,49 @@ listeners." st = #(define-music-function - (parser location text) + (text) (string?) #{ - \override TextSpanner #'(bound-details left text) = $text + \override TextSpanner.bound-details.left.text = $text #}) vlnone = \new Staff { \set Staff.instrumentName = "violin-1" \set Staff.midiInstrument = "violin" - \override TextSpanner #'style = #'line - \override TextSpanner #'(bound-details right padding) = #-1 - \override TextSpanner #'(bound-details left stencil-align-dir-y) = + \override TextSpanner.style = #'line + \override TextSpanner.bound-details.right.padding = #-1 + \override TextSpanner.bound-details.left.stencil-align-dir-y = #CENTER - \override TextSpanner #'(bound-details right text) = + \override TextSpanner.bound-details.right.text = \markup { \draw-line #'(0 . -1) } -\relative c' { +\relative { \key d \major \tempo 4 = 96 a4\f d fis8-. a-. r4 - d16(\downbow cis b a) g4 \breathe e8\p( g) fis4 + d16(\downbow cis b a) g4 \breathe e8\p( g) fis4 | - e4\< g8 fis g4-_\mp\> + e4\< \glissando g8 fis g4-_\mp\> \st "III" b8-_\startTextSpan a-_\stopTextSpan b4\p\<( d8 cis) d4(-. fis8-.^"II" e-.^"II") fis16(\mf\downbow g a b c\> b a g) fis(\upbow e d c) b(\downbow a g fis) - e8-.\mp\upbow r e'-.\upbow^"tip" r e,4->^"mb" r4 + e16\mp\upbow ~ e-.\mp r8 e'-.\upbow^"tip" r e,4->^"mb" r4 | \key d \minor \time 3/4 \tempo 4 = 120 - d4.\f^"pizz." e8 f4 + d4.\mf^"pizz." e8 f4 f'4. e8 d4 - d,4.\p c8 bes4 + d,4.\mp c8 bes4 | \tempo 4 = 88 - a16\mp e' a e' a,,32\f e' a e' r8 r4 + a16\p e' a e' a,,32\f e' a e' r8 r4 d4^"arco"^"lh"\> \acciaccatura { c8 } bes4 \acciaccatura { a8 } g4 \st "III" fis16\p\startTextSpan a_"II" g a_"II" a a_"II" bes a_"II" c a_"II" bes a_"II"\stopTextSpan - a4\breathe a,\breathe r4 + a4\breathe a,\breathe r4 | }