Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(88)

Unified Diff: input/regression/repeat-sign-global-size-10.ly

Issue 6506090: simplify previous patch-set by special casing 2-line staves Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Patch Set: allow central space as last resort Created 12 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « input/regression/repeat-sign.ly ('k') | input/regression/repeat-sign-global-size-30.ly » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/regression/repeat-sign-global-size-10.ly
diff --git a/input/regression/repeat-sign-global-size-10.ly b/input/regression/repeat-sign-global-size-10.ly
index 130a37f88a7b820d7d8df4f7eb265fcbf21ba9f3..3fea78a4a8b080a3034e5ca2f78522a19ce730cb 100644
--- a/input/regression/repeat-sign-global-size-10.ly
+++ b/input/regression/repeat-sign-global-size-10.ly
@@ -10,31 +10,39 @@ Test set-global-staff size 10 (with layout-set-staff-size)."
\score {
<<
\context Staff = "s1" \with {
- \override StaffSymbol #'line-positions = #'(-4 -2 0 2)
- \override StaffSymbol #'staff-space = #0.7
+ \override StaffSymbol #'staff-space = #0.6
} {
s1 \bar ":|"
}
\context Staff = "s2" \with {
- \override StaffSymbol #'staff-space = #0.6
+ \override StaffSymbol #'line-positions = #'(-4 -2 0 2)
+ \override StaffSymbol #'staff-space = #0.7
} {
s1 \bar ":|"
}
+
+ \context Staff = "s3" {
+ s1 \bar ":|"
+ }
>>
}
\score {
<<
- \context Staff = "s1" \with {
- \override StaffSymbol #'staff-space = #1.6
- } {
+ \context Staff = "s1" {
s1 \bar ":|"
}
\context Staff = "s2" \with {
\override StaffSymbol #'staff-space = #1.7
- \override StaffSymbol #'line-count = #4
+ \override StaffSymbol #'line-positions = #'(-4 -2 0 2)
+ } {
+ s1 \bar ":|"
+ }
+
+ \context Staff = "s3" \with {
+ \override StaffSymbol #'staff-space = #3
} {
s1 \bar ":|"
}
« no previous file with comments | « input/regression/repeat-sign.ly ('k') | input/regression/repeat-sign-global-size-30.ly » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b