]> git.donarmstrong.com Git - lilypond.git/blob - input/test/clef-end-of-line.ly
8ec2ada9cf1367cdc7e1766bfddd2a276ebce6d8
[lilypond.git] / input / test / clef-end-of-line.ly
1 \header {
2
3     texidoc = "Scales, but with clef and key signature at the end of the line."
4
5 }
6
7 \score {
8     \notes \transpose c'' {
9         \property Staff.Clef \set #'break-visibility = #end-of-line-visible
10         \property Staff.KeySignature \set #'break-visibility = #end-of-line-visible
11         \property Staff.explicitClefVisibility = #end-of-line-visible
12         \property Staff.explicitKeySignatureVisibility = #end-of-line-visible
13
14         % We want the time sig to take space, otherwise there is not
15         % enough white at the start of the line.
16         %
17         
18         \property Staff.TimeSignature \set #'transparent = ##t
19         \property Score.defaultBarType = #"empty"
20         
21         c1 d e f g a b c
22         \key d \major
23         \break
24
25         % see above.
26         \time 4/4
27         
28         d e fis g a b cis d 
29         \key g \major
30         \break
31         \time 4/4    
32 } }
33 %% new-chords-done %%