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

Unified Diff: input/regression/beam-standard-french-compare.ly

Issue 557500043: Issue 5788: New French Beamimg Approach
Patch Set: missing semicolon at end of statement (ahem...) Created 4 years, 1 month 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/beam-french.ly ('k') | lily/beam.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/regression/beam-standard-french-compare.ly
diff --git a/input/regression/beam-standard-french-compare.ly b/input/regression/beam-standard-french-compare.ly
new file mode 100644
index 0000000000000000000000000000000000000000..f059056a8b31bc2b96253c9f83a0ff81e67ee352
--- /dev/null
+++ b/input/regression/beam-standard-french-compare.ly
@@ -0,0 +1,24 @@
+\version "2.21.0"
+
+\header {
+ texidoc = "Beam positioning and placement of articulations, fingerings,
+tuplet numbers, and slurs must be identical in standard and French beaming
+style."
+}
+
+testmusic = \relative
+{
+ c'32[^^ c^^ c^^ c^^]
+ \tuplet 3/2 { e'16 c a }
+ f16[_1 g_2 a32_3 b_1 c_2 d_3 e_4 f]_5
+ \override Beam.auto-knee-gap = #1
+ a,,32[ a a'' a]
+ a, a a a^( a a a16) a
+}
+
+\score {
+ <<
+ \new Staff \testmusic
+ \new Staff \with { \override Stem.french-beaming = ##t } \testmusic
+ >>
+}
« no previous file with comments | « input/regression/beam-french.ly ('k') | lily/beam.cc » ('j') | no next file with comments »

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