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