Skip to content
Snippets Groups Projects
Schubert_Nachthelle_Settings_Global.ily 2.07 KiB
\version "2.17.6"

\include "orchestrallily/oly_settings_names.ily"


\header {
  scorenumberbase="EK-0061"
  title = "Nachthelle"
  titlepagetitle = "Nachthelle"
  subtitle = "D 892, Op.134"
%   titlepagesubtitle = "Op.134"
  composer = "Franz Schubert (1797-1828)"
  shortcomposer = "F. Schubert"
  arranger = "Text: Johann Gabriel Seidl"
  copyright = \markup \abs-fontsize #9 \column{
      \line { 2011, \with-url #"http://www.edition-kainhofer.com/" {Edition Kainhofer, Reinhold Kainhofer, Vienna,} \concat{\fromproperty #'header:scorenumber .} 
% 	Alle Rechte vorbehalten / All rights reserved / Printed in Austria. 
      }
%       \line {"Die Ausgabe darf kopiert und ohne Einschränkungen aufgeführt werden. / May be copied and performed without restriction."}
  }
}

%% Possibly adjust the \orchestralScoreStructure here...

%% Add custom keys here, e.g.
%% CorKey = \key g \major
%% CorIKey = \CorKey
%% CorIIKey = \CorKey

ppConPedale = #(make-dynamic-script (markup #:line(#:dynamic "pp" #:with-dimensions '(0 . 0) '(0 . 0) #:normal-text #:italic "con Pedale")))

#(oly:modify_score_structure '("Ch" "ChoirStaff" ("TI" "TII" "BI" "BII")))
#(oly:modify_score_structure '("P" "PianoStaff" ("PI" "PDynamics" "PII")))
#(oly:modify_score_structure '("PDynamics" "Dynamics" ()))
#(oly:modify_score_structure '("VocalScore" "SimultaneousMusic" ("SoloChoirScore" "P")))

\layout {
  \context {\Score
    autoAccidentals = #`(Staff  ,(make-accidental-rule 'same-octave 0)
                                ,(make-accidental-rule 'any-octave 0)
                                ,(make-accidental-rule 'any-octave 1)
                                ,(make-accidental-rule 'same-octave 1))
  }
  \context {\Dynamics
    \override DynamicTextSpanner.font-size = #0
  }
  \context {  \Staff
    \override VerticalAxisGroup.remove-empty = ##f
  }
}

whiteoutfff = #(make-dynamic-script (markup #:whiteout #:pad-markup 0.5 #:dynamic "fff"))
whiteoutppp = #(make-dynamic-script (markup #:whiteout #:pad-markup 0.5 #:dynamic "ppp"))
whiteoutff = #(make-dynamic-script (markup #:whiteout #:pad-markup 0.65 #:dynamic "ff"))