]> 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 make a nice
6 funky artwork out of you score :-)
7
8 More seriously, drawing your skyline can be helpful to debug spacing
9 and collision issues. (Still, it does make your score pretty; so just
10 try it, no matter how you really need to...)
11 " }
12
13 #(ly:set-option 'debug-skylines #t)
14 \book {
15   \score {
16     {
17       a,,1 | a'4 b' c'' d'' \break
18       \repeat unfold 2 {a' b' c'' d''} | b''''1
19     }
20   }
21 }