]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/spacing/drawing-skyline-outline.ly
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / lsr / spacing / drawing-skyline-outline.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.11.23"
3
4 \header { texidoc = "
5 By setting the Scheme property 'debug-skylines, you can turn your score
6 into a nice funky artwork :-) More seriously, drawing this skyline can
7 be helpful to debug spacing and collision issues. (Still, it does make
8 your score pretty; so just try it, no matter how much you really need
9 to...)
10 " }
11
12 #(ly:set-option 'debug-skylines #t)
13 \book {
14   \score {
15     {
16       a,,1 | a'4 b' c'' d'' \break
17       \repeat unfold 2 {a' b' c'' d''} | b''''1
18     }
19   }
20 }