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

Unified Diff: input/regression/tablature-glissando.ly

Issue 95059: New tablature features (Closed)
Patch Set: Created 14 years, 8 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/tablature-full-notation.ly ('k') | input/regression/tablature-grace-notes.ly » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/regression/tablature-glissando.ly
diff --git a/input/regression/tablature-glissando.ly b/input/regression/tablature-glissando.ly
new file mode 100644
index 0000000000000000000000000000000000000000..c699ccf24d82be3687fb8b9d44f23457b8b0284c
--- /dev/null
+++ b/input/regression/tablature-glissando.ly
@@ -0,0 +1,23 @@
+\version "2.12.0"
+
+\header{ texidoc = "Glissando lines in tablature have the right slope."
+ }
+
+\paper { ragged-right = ##f } % strech the staff to make glissando lines visible
+
+glissandotest = \relative c {
+ c4\5 \glissando d\5 \glissando e\5 f\5 |
+ c4\5 \glissando d\5 \glissando c2\5 |
+ c4\5 \glissando c'\4 c\4 \glissando c,\5
+ \bar "|."
+}
+
+\context StaffGroup <<
+ \context Staff <<
+ \clef "G_8"
+ \glissandotest
+ >>
+ \context TabStaff <<
+ \glissandotest
+ >>
+>>
« no previous file with comments | « input/regression/tablature-full-notation.ly ('k') | input/regression/tablature-grace-notes.ly » ('j') | no next file with comments »

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