From e1ddfda792e7be4df8c8b03d30e46f85ef306090 Mon Sep 17 00:00:00 2001 From: Tucker Johnson Date: Sat, 14 Sep 2024 16:22:38 -0400 Subject: [PATCH] work --- manuscripts/I-clarinet.ly | 3 ++- net-clarity.ly | 52 +++++++++++++++++++-------------------- 2 files changed, 28 insertions(+), 27 deletions(-) diff --git a/manuscripts/I-clarinet.ly b/manuscripts/I-clarinet.ly index ae90799..d09ae75 100644 --- a/manuscripts/I-clarinet.ly +++ b/manuscripts/I-clarinet.ly @@ -8,7 +8,8 @@ \override StaffSymbol.staff-space = #(magstep -1) \consists Text_mark_engraver } -\transpose bes c' \relative { +%\transpose bes c' +\relative { \numericTimeSignature \clef treble \tempo Largo 2=92 diff --git a/net-clarity.ly b/net-clarity.ly index a7a2235..91b90fa 100644 --- a/net-clarity.ly +++ b/net-clarity.ly @@ -220,31 +220,31 @@ clarinetMagstep = #(magstep -2) tagline = "test" } -% \bookpart { -% \header { -% title = \markup { \fontsize #1 \xtitle } -% subtitle = \markup { \medium \italic \xsub } -% composer = \xcomp -% poet = \markup { \xinst } -% piece = \markup { \large \bold "I. " } -% } -% \tocItem \markup { "I. " \bold "Largo - Allegro moderato" } -% \score { -% << -% \include "manuscripts/I-clarinet.ly" -% \include "manuscripts/I-piano.ly" -% >> -% %\midi { } -% \layout { -% \context { -% \Score -% \override RehearsalMark.break-visibility = #begin-of-line-invisible -% \override SpacingSpanner.base-shortest-duration = #(ly:make-moment 1/8) -% \override Hairpin.to-barline = ##f -% } -% } -% } -% } + \bookpart { + \header { + title = \markup { \fontsize #1 \xtitle } + subtitle = \markup { \medium \italic \xsub } + composer = \xcomp + poet = \markup { \xinst } + piece = \markup { \large \bold "I. " } + } + \tocItem \markup { "I. " \bold "Largo - Allegro moderato" } + \score { + << + \include "manuscripts/I-clarinet.ly" + \include "manuscripts/I-piano.ly" + >> + %\midi { } + \layout { + \context { + \Score + \override RehearsalMark.break-visibility = #begin-of-line-invisible + \override SpacingSpanner.base-shortest-duration = #(ly:make-moment 1/8) + \override Hairpin.to-barline = ##f + } + } + } + } \bookpart { \tocItem \markup { "II. " \bold "Vivace" } @@ -256,7 +256,7 @@ clarinetMagstep = #(magstep -2) \removeWithTag #'part \include "manuscripts/II-clarinet.ly" \removeWithTag #'part \include "manuscripts/II-piano.ly" >> - %\midi { } + \midi { } \layout { \context { \Score -- 2.39.5