From 0ad226913b0118aac703ab201bfa8ee7d3ebef66 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Sat, 13 Oct 2012 17:25:01 +0200 Subject: [PATCH] Remove commented-out code --- orchestrallily.ily | 5 ----- 1 file changed, 5 deletions(-) diff --git a/orchestrallily.ily b/orchestrallily.ily index 67f9bdc..37194ec 100644 --- a/orchestrallily.ily +++ b/orchestrallily.ily @@ -1911,12 +1911,7 @@ editorialHairpin = \once \override Hairpin #'stencil = #(lambda (grob) (edit editorialDynamic = \once \override DynamicText #'stencil = #(lambda (grob) (editorial-bracket-stencil (ly:text-interface::print grob) 0.2 0.55)) editorialMarkup = \once \override TextScript #'stencil = #(lambda (grob) (editorial-bracket-stencil (ly:text-interface::print grob) 0.2 0.55)) -% videStart = \mark \markup { \hspace #1 \musicglyph #"scripts.coda" \with-dimensions #'(0 . 0) #'(0 . 0) \left-align { vi-} } videStart = \mark \markup \halign #-2.3 \concat { \hspace #4.5 \musicglyph #"scripts.coda" \left-align { vi- } } -% videEnd = \notemode { -% \once \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible -% \mark \markup \concat{ \with-dimensions #'(0 . 0) #'(0 . 0) \right-align { -de } \hspace #1 \musicglyph #"scripts.coda" } -%} videEnd = \notemode { \once \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible \mark \markup \concat{ \right-align { -de } \hspace #1.5 \musicglyph #"scripts.coda" \hspace #4.2 } -- 2.11.4.GIT