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

Unified Diff: input/regression/metronome-marking-break-align.ly

Issue 1579041: Align metronome mark at time signature or first musical element. Fixes #684. (Closed)
Patch Set: Processed more comments from Neil Created 13 years, 7 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 | « no previous file | lily/break-alignment-interface.cc » ('j') | lily/metronome-engraver.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/regression/metronome-marking-break-align.ly
diff --git a/input/regression/metronome-marking-break-align.ly b/input/regression/metronome-marking-break-align.ly
new file mode 100644
index 0000000000000000000000000000000000000000..4205904806db4c928eaaebd9757fffcf37ac9fa5
--- /dev/null
+++ b/input/regression/metronome-marking-break-align.ly
@@ -0,0 +1,21 @@
+\header {
+
+
+ texidoc = "@code{\\tempo} are aligned with Tempo, Key or first musical
+element.
+
+"
+
+}
+\version "2.13.24"
+
+\layout {
+ line-width = 50\mm
+}
+\relative {
+ \tempo "T-first" c1\mark \default \tempo "T-note" c \break
+ \tempo "T-break" c \tempo "T-rest" R
+ \break
+ \time 8/8 \tempo "T-time" R
+ \key as \major \tempo "T-key" R
+}
« no previous file with comments | « no previous file | lily/break-alignment-interface.cc » ('j') | lily/metronome-engraver.cc » ('J')

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