2 % lilypond settings for instrumental scores
3 % changes to the global score settings for single-instrument sheets
4 #(ly:set-option 'relative-includes #t)
5 \include "oly_settings_global.ily"
10 ragged-last-bottom = ##f
11 % Allow line-breaks only at rests!
12 #(define page-breaking ly:page-turn-breaking)
13 % Prevent blank pages inside the score
14 blank-page-force = #100000
15 blank-after-score-page-force = #100000
23 % No instrument names, they are already in the title/header!
24 \remove "Instrument_name_engraver"
26 \context { \StaffGroup
27 % No instrument names, they are already in the title/header!
28 \remove "Instrument_name_engraver"
30 \context { \ChoirStaff
31 % No instrument names, they are already in the title/header!
32 \remove "Instrument_name_engraver"
34 \context { \PianoStaff
35 % No instrument names, they are already in the title/header!
36 \remove "Instrument_name_engraver"
39 \Staff \RemoveEmptyStaves
40 % No instrument names, they are already in the title/header! (Removing
41 % the engraver only from the \Staff context is not sufficient!)
42 \remove "Instrument_name_engraver"
46 \consists "Page_turn_engraver"
47 minimumPageTurnLength = #(ly:make-moment 9 8)