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

Unified Diff: input/regression/tablature-full-notation.ly

Issue 40122: Update dashed slurs to have variable thickness. (Closed)
Patch Set: Latest proposal for improved tablature 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/palm-mute.ly ('k') | input/regression/tablature-glissando.ly » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/regression/tablature-full-notation.ly
diff --git a/input/regression/tablature-full-notation.ly b/input/regression/tablature-full-notation.ly
new file mode 100644
index 0000000000000000000000000000000000000000..166c92d2a015e14103af8fe02b4721c6f5652e8e
--- /dev/null
+++ b/input/regression/tablature-full-notation.ly
@@ -0,0 +1,36 @@
+\version "2.12.0"
+
+\header{ texidoc = "As default, tablature staves show only the fret numbers, because
+ in most situations, they are combined with normal staves.
+ When used without standard notation, @code{tabFullNotation}
+ can be used."
+ }
+
+tabstuff = {
+ \time 3/4
+ c4^"test" d( e)
+ f4\f g a^\fermata
+ c8\<\( c16 c ~ c2\!
+ c'2.\)
+ \mark \default
+ R2.
+ r4 d4 r8 e
+ \times 3/4 { b4 c \glissando d\5 \glissando c }
+ c4. d-_( e\varcoda)
+ ->f g~ a\prall g\thumb e-.
+ \bar "|."
+}
+
+\score {
+ <<
+ \new Staff { \clef "G_8" \tabstuff }
+ \new TabStaff { \tabstuff }
+ >>
+}
+
+\score {
+ \new TabStaff {
+ \tabFullNotation
+ \tabstuff
+ }
+}
« no previous file with comments | « input/regression/palm-mute.ly ('k') | input/regression/tablature-glissando.ly » ('j') | no next file with comments »

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