From ea6b10c8bfc6851df074e0089718ed4bb4a90628 Mon Sep 17 00:00:00 2001 From: Tucker Johnson Date: Tue, 20 May 2025 11:57:38 -0400 Subject: [PATCH] accidentals --- applesAndPairs.ly | 3 ++- manuscripts/violinI.ly | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/applesAndPairs.ly b/applesAndPairs.ly index 3134500..8a3247b 100644 --- a/applesAndPairs.ly +++ b/applesAndPairs.ly @@ -166,7 +166,7 @@ \left-column { \override #'(line-width . 90) \line { \hspace #90 } - \justify { \sans \italic 1. \hspace #1 Accidentals carry through each bar – cautionary accidentals are not supplied. } + \justify { \sans \italic 1. \hspace #1 Accidentals carry through each bar. } \justify { \sans \italic 2. \hspace #1 Two fermata notations are used: a \italic short fermata ( \musicglyph "scripts.ushortfermata" ) and a \italic long fermata ( \musicglyph "scripts.ufermata" ). } \override #'(line-width . 90) \justify { @@ -252,6 +252,7 @@ \layout { \context { \Score + \accidentalStyle Score.modern \override RehearsalMark.break-visibility = #begin-of-line-invisible \override SpacingSpanner.base-shortest-duration = #(ly:make-moment 1/20) \override Hairpin.to-barline = ##f diff --git a/manuscripts/violinI.ly b/manuscripts/violinI.ly index e4f90b7..0c697c9 100644 --- a/manuscripts/violinI.ly +++ b/manuscripts/violinI.ly @@ -54,7 +54,7 @@ \time 4/4 d4.\mf gis,,8 b4\glissando f'4 | %016 << { - \tuplet 3/2 { \stringNumberSpanner "II" c'4\>\startTextSpan a4 a4\p\stopTextSpan } r8 8~->\sfz\> \after 8 \! 4 | %017 + \tuplet 3/2 { \stringNumberSpanner "II" c'4\>\startTextSpan a4 a4\p\stopTextSpan } r8 fis'8~->\sfz\> \after 8 \! fis4 | %017 \time 7/8 R1*7/8 | %018 } \new Voice { @@ -63,7 +63,7 @@ } >> \tempo "a tempo" - \time 4/4 \tuplet 3/2 { r4 2~->\sfz\> } 4\! \stringNumberSpanner "III" g4\(\startTextSpan | %019 + \time 4/4 \tuplet 3/2 { r4 cis'2~->\sfz\> } cis4\! \stringNumberSpanner "III" g,4\(\startTextSpan | %019 bes4 e,2\<\stopTextSpan 4 | %020 << { @@ -125,7 +125,7 @@ f,8\> aes \harm d4\3 g8\2 c(\glissando\mf \harm a4) | %044 << { - bes2\) b,4\3\> \tuplet 3/2 { \stringNumberSpanner "II" a8\startTextSpan c8 ees8 } | %045 + ais2\) b,4\3\> \tuplet 3/2 { \stringNumberSpanner "II" a!8\startTextSpan c8 ees8 } | %045 \voiceOne fis2~\p\stopTextSpan fis2\fermata \caesura \bar "||" %046 } -- 2.39.5