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

Unified Diff: input/regression/unassociated-lyrics-alignment.ly

Issue 7768043: rewrite Self_alignment_interface
Patch Set: align MMR and perc.rep. stuff using xparents Created 10 years, 11 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
Index: input/regression/unassociated-lyrics-alignment.ly
diff --git a/input/regression/unassociated-lyrics-alignment.ly b/input/regression/unassociated-lyrics-alignment.ly
new file mode 100644
index 0000000000000000000000000000000000000000..fea2246b17ec911a9902c2d8e3da8532656c32a6
--- /dev/null
+++ b/input/regression/unassociated-lyrics-alignment.ly
@@ -0,0 +1,24 @@
+\version "2.17.15"
+#(set-global-staff-size 30)
+
+\header {
+ texidoc = "Unassociated lyrics (i.e. lyrics without an associatedVoice)
+ should be properly aligned and behave just like associated lyrics."
+}
+
+\markup "default-aligned (centered):"
+<<
+ { d'2 d' e'1 <f' g'> }
+ \new Lyrics { \lyricmode { foo2 bar aaa1 mmm1 } }
+>>
+
+\markup "right-aligned:"
+<<
+ { d'2 d' e'1 <f' g'> }
+ \new Lyrics {
+ \lyricmode {
+ \override LyricText #'self-alignment-X = #RIGHT
+ foo2 bar aaa1 mmm1
+ }
+ }
+>>
« no previous file with comments | « input/regression/text-spanner-attachment-alignment.ly ('k') | input/regression/unattached-lyrics-alignment.ly » ('j') | no next file with comments »

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