]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/mozart-hrn3-defs.ily
Doc-es: various updates.
[lilypond.git] / input / regression / mozart-hrn3-defs.ily
1
2
3 longgrace = \override Flag.stroke-style = #'()
4 endlonggrace = \revert Flag.stroke-style
5 ritenuto = \markup { \italic  "rit." }
6
7 \version "2.17.6"
8
9 \layout {
10   \context {
11     \Score
12     skipBars = ##t
13     midiInstrument = #"french horn"
14     %% try to mimic Breitkopf
15     \override RehearsalMark.padding = #1
16     restNumberThreshold = #1
17
18     \override RehearsalMark.font-series = #'bold
19     \override RehearsalMark.font-size = #4.5
20   }
21 }
22
23 \paper{
24   indent = 10\mm
25   line-width = 189\mm
26   ragged-last-bottom = ##f
27 }
28