]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/mozart-hrn3-defs.ily
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / mozart-hrn3-defs.ily
1
2
3 longgrace = \override Stem  #'stroke-style = #'()
4 endlonggrace = \revert Stem #'stroke-style
5 ritenuto = \markup { \italic  "rit." }
6
7 \version "2.11.61"
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         \override MultiMeasureRest #'padding = #0.5
17         restNumberThreshold = #1
18
19         \override RehearsalMark #'font-series = #'bold
20         \override RehearsalMark #'font-size = #4.5
21
22         \override Beam #'thickness = #0.6
23         \override Beam #'space-function = #(lambda (beam mult) 0.8)
24     }
25     \context {
26         \Staff
27         \override VerticalAxisGroup #'minimum-Y-extent = #'(-2.5 . 3.5)
28     }
29 }
30
31 \paper{
32
33     % #(define fonts my-sheet)
34
35     % stress page breaking on a6 paper:
36     % line-width = 80 \mm
37     % paper-width = 105 \mm
38     % paper-height = 149 \mm
39     
40     indent = 10. \mm
41     line-width = 189. \mm
42     ragged-last-bottom = ##f
43
44 }
45