]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/braces.ly
10d474ef81cbf768d6154524f71a718fa9129c59
[lilypond.git] / input / bugs / braces.ly
1 \header {
2 texidoc="Run this through ly2dvi to show differerent brace sizes"
3 }
4
5 \include "paper11.ly"
6 \paper { linewidth = -1.0 }
7
8 \score {
9   \context GrandStaff <
10     \context Staff = a \notes c''1
11     \context Staff = b \notes c''1
12   >
13 }
14
15
16 \include "paper13.ly"
17 \paper { linewidth = -1.0 }
18
19 \score {
20   \context GrandStaff <
21     \context Staff = a \notes c''1
22     \context Staff = b \notes c''1
23   >
24   \paper {
25     \translator {
26       \GrandStaffContext
27       SystemStartDelimiter \override #'weird = #-5
28     }
29   }
30 }
31
32
33 \include "paper16.ly"
34 \paper { linewidth = -1.0 }
35
36 \score {
37   \context GrandStaff <
38     \context Staff = a \notes c''1
39     \context Staff = b \notes c''1
40   >
41   \paper {
42     \translator {
43       \GrandStaffContext
44       SystemStartDelimiter \override #'weird = #5
45     }
46   }
47 }
48
49
50 \include "paper20.ly"
51 \paper { linewidth = -1.0 }
52
53 \score {
54   \context GrandStaff <
55     \context Staff = a \notes c''1
56     \context Staff = b \notes c''1
57   >
58   \paper {
59     \translator {
60       \GrandStaffContext
61       SystemStartDelimiter \override #'weird = #-7
62     }
63   }
64 }
65
66
67 \include "paper26.ly"
68 \paper { linewidth = -1.0 }
69
70 \score {
71   \context GrandStaff <
72     \context Staff = a \notes c''1
73     \context Staff = b \notes c''1
74     \context Staff = c \notes c''1
75     \context Staff = d \notes c''1
76   >
77 }