]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/spacing/alignment-vertical-spacing.ly
Add warning for LSR files.
[lilypond.git] / input / lsr / spacing / alignment-vertical-spacing.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.10.12"
3
4 \header { texidoc = "
5 By setting properties in @code{NonMusicalPaperColumn}, vertical spacing
6 of alignments can be adjusted per system.
7
8
9 By setting @code{alignment-extra-space} or
10 @code{fixed-alignment-extra-space} an individual system may be
11 stretched vertically.
12
13
14 For technical reasons, @code{overrideProperty} has to be used for
15 setting properties on individual objects. @code{override} in a
16 @code{\context} block may still be used for global overrides. 
17 " }
18
19 #(set-global-staff-size 13)
20
21 \relative c''
22 \new StaffGroup <<
23   \new Staff {
24     c1\break 
25     c\break 
26     c\break
27   }
28   \new Staff { 
29     c1 c c 
30   }
31   \new PianoStaff <<
32     \new Voice  {
33       \set PianoStaff.instrumentName = #"piano"
34       \set PianoStaff.shortInstrumentName = #"pn"
35       c1_"normal"
36       
37       \overrideProperty
38         #"Score.NonMusicalPaperColumn"
39         #'line-break-system-details
40         #'((fixed-alignment-extra-space . 15))
41       c_"fixed-aligment-extra-space"
42
43       \overrideProperty
44         #"Score.NonMusicalPaperColumn"
45         #'line-break-system-details
46         #'((alignment-extra-space . 15))
47       c_"aligment-extra-space"
48     }
49     { c1 c c }
50   >>
51 >>
52
53