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

Unified Diff: input/regression/beam-cross-staff-rest.ly

Issue 5908043: Brings beamed rest closer to cross staff beam. (Closed)
Patch Set: Created 12 years 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 | « no previous file | lily/beam.cc » ('j') | lily/beam.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/regression/beam-cross-staff-rest.ly
diff --git a/input/regression/beam-cross-staff-rest.ly b/input/regression/beam-cross-staff-rest.ly
new file mode 100644
index 0000000000000000000000000000000000000000..775c979399360ad6fb1caab2ebdc5df732cc6ce0
--- /dev/null
+++ b/input/regression/beam-cross-staff-rest.ly
@@ -0,0 +1,19 @@
+\version "2.15.35"
+
+\header {
+ texidoc = "Placement of beamed cross staff rests should be
+reasonably close to beam.
+"
+}
+
+Up = \change Staff = "up"
+Down = \change Staff = "down"
+
+\new PianoStaff <<
+ \new Staff = "up"
+ \relative c'' {
+ \time 6/8 a2.
+ c'8[ \Down c,16 \Up fis \Down r fis] \Up
+ }
+ \new Staff = "down" { s2. s4. }
+>>
« no previous file with comments | « no previous file | lily/beam.cc » ('j') | lily/beam.cc » ('J')

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