From 7b1027b3dffc8e3bd28af411fe50c2954dd7081d Mon Sep 17 00:00:00 2001 From: Tucker Johnson Date: Thu, 27 Feb 2025 13:53:21 -0500 Subject: [PATCH] work --- general/scripts.ly | 8 ++++---- manuscripts/violinI.ly | 10 +++++----- manuscripts/violinII.ly | 7 ++++--- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/general/scripts.ly b/general/scripts.ly index 4f49cf0..a3f9af8 100644 --- a/general/scripts.ly +++ b/general/scripts.ly @@ -23,11 +23,11 @@ markSpanner = \override TextSpanner.dash-period = 2 \override TextSpanner.dash-fraction = 0.5 \override TextSpanner.font-size = #0.5 - \override TextSpanner.bound-details.left.stencil-align-dir-y = #CENTER - \override TextSpanner.bound-details.right.stencil-align-dir-y = #CENTER - \override TextSpanner.bound-details.left.text = \markup { \bold \italic $left } + %\override TextSpanner.bound-details.left.stencil-align-dir-y = #CENTER + %\override TextSpanner.bound-details.right.stencil-align-dir-y = #CENTER + \override TextSpanner.bound-details.left.text = \markup { \italic $left \hspace #0.25 } \override TextSpanner.bound-details.right.text = - \markup { \general-align #Y #-1 \arrow-head #X #RIGHT ##t \italic $right } + \markup { \general-align #Y #0 \arrow-head #X #RIGHT ##t \italic $right } \override TextSpanner.bound-details.left-broken.text = ##f \override TextSpanner.bound-details.right-broken.text = ##f } diff --git a/manuscripts/violinI.ly b/manuscripts/violinI.ly index 44e56d0..49b102f 100644 --- a/manuscripts/violinI.ly +++ b/manuscripts/violinI.ly @@ -18,7 +18,7 @@ \time 2/2 \harm a4 gis2.~\mf\> | %004 \time 3/4 gis8\p\stopTextSpan \timeSpanner "rit." r8\startTextSpan r4 r4 | %005 - \time 2/2 2->\f\pont r8 8~\p\ord 4\stopTextSpan\fermata \caesura \bar "." | %006 + \time 2/2 2->\f\pont r8 8~\p\ord 4\stopTextSpan\fermata \caesura \bar "||" | %006 \tempo "a tempo" r8 d8~\tasto d2. | %007 \time 5/4 r8 \stringNumberSpanner "II" fis8(\mf\ord\startTextSpan dis-.)\stopTextSpan @@ -30,7 +30,7 @@ \set glissandoMap = #'((1 . 1)) fis4. d8\stopTextSpan 4\glissando 4\mf | %010 \stringNumberSpanner "III" g8(\>\startTextSpan bes) 4\p\< \tuplet 3/2 { c4\stopTextSpan cis,4( b4) } | %011 - aes4\mf g2.\p\ord-\tweak outside-staff-priority 100 \fermata \caesura \bar "." | %012 + aes4\mf g2.\p\ord-\tweak outside-staff-priority 100 \fermata \caesura \bar "||" | %012 } \new Voice { s1 | @@ -47,9 +47,9 @@ >> \tempo "a tempo" \set glissandoMap = #'((0 . 0)) - 2~\tasto \tuplet 3/2 { 8 des4\glissando } 4~ | %013 - \time 5/4 8 r8 d4(\glissando a2) \tuplet 3/2 { r8 fis'8 ees'8 } | %014 - + 2~\<\tasto \tuplet 3/2 { 8 des4\glissando } 4~\mp | %013 + \time 5/4 8 r8 d4(\glissando\ord a2) \tuplet 3/2 { r8 fis'8\< ees'8 } | %014 + \time 2/2 d4.\mf gis,,8 b4\glissando f'4 | } diff --git a/manuscripts/violinII.ly b/manuscripts/violinII.ly index 92bd938..8cfb9d9 100644 --- a/manuscripts/violinII.ly +++ b/manuscripts/violinII.ly @@ -17,17 +17,18 @@ \stringNumberSpanner "II" e8(\>\startTextSpan ees c | %004 \time 3/4 a)\p\<\stopTextSpan \markSpanner "" "sul pont" \startTextSpan d'4~\f\stopTextSpan | %005 \time 2/2 \tuplet 3/2 { d2 g,4\glissando\pizz } - \glissandoSkipOn e4 \glissandoSkipOff bes4\mp\fermata \caesura \bar "." %006 + \glissandoSkipOn e4 \glissandoSkipOff bes4\mp\fermata \caesura \bar "||" %006 \tempo "a tempo" r8 fis'8\p\arco\tasto gis8 a8 c8\< dis8\glissando b4\mf | %007 \time 5/4 a,4.\3(\glissando\>\ord c8~ c2~ c8)\p r8 | %008 d'2. \tuplet 3/2 { r8 \stringNumberSpanner "II" e,8\<\startTextSpan cis } | %009 a4 4~ 8 c8~\mf c4\stopTextSpan | %010 r4 \markSpanner "" "sul pont" ges4\p\<\startTextSpan ees'4 f,4 | %011 - 4\mf\stopTextSpan 2.\p\ord-\tweak outside-staff-priority 100 \fermata \caesura \bar "." %012 + 4\mf\stopTextSpan 2.\p\ord-\tweak outside-staff-priority 100 \fermata \caesura \bar "||" %012 \tempo "a tempo" - r8 dis8~\tasto dis2 r8 fis'8\2 | %012 + r8 dis8~\tasto dis2 r8 fis'8\2\mp\ord | %012 \time 5/4 2~ \tuplet 3/2 { 4 f8~ } f2 | %013 + \time 2/2 r4 g4\mf\> 4 cis4\p | } -- 2.39.5