Typos
[orchestrallily.git] / settings_instrument.ly
blob555ec3a30647a0bb0ee3a2925e9aaff66b9eebdd
1 % lilypond settings for instrumental scores
2 % changes to the global score settings for single-instrument sheets
3 \include "settings_global.ly"
6 \paper {
7 ragged-bottom = ##f
8 ragged-last-bottom = ##t
9 % Allow line-breaks only at rests!
10 #(define page-breaking ly:page-turn-breaking)
12 \layout {
13 \context { \Staff
14 % No instrument names, they are already in the title/header!
15 \remove "Instrument_name_engraver"
17 \context {
18 \RemoveEmptyStaffContext
19 % No instrument names, they are already in the title/header! (Removing
20 % the engraver only from the \Staff context is not sufficient!)
21 \remove "Instrument_name_engraver"
25 \layout {
26 \context { \Staff
27 \consists "Page_turn_engraver"
28 % minimumPageTurnLength = #(ly:make-moment 9 8)