]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/skyline-debug.ly
Merge branch 'stable'
[lilypond.git] / input / regression / skyline-debug.ly
1 \header {
2   texidoc = "@code{-ddebug-skyline} draws the outline of the skyline used."
3   }
4 \version "2.12.0"
5
6 #(set-default-paper-size "a6" )
7
8 \header {
9   tagline = ##f
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 }