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

Unified Diff: input/regression/dead-notes.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 | « no previous file | input/regression/modern-tab-clef.ly » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/regression/dead-notes.ly
diff --git a/input/regression/dead-notes.ly b/input/regression/dead-notes.ly
new file mode 100644
index 0000000000000000000000000000000000000000..c011ad728af5194d74aac1fa9fb130726eefa96f
--- /dev/null
+++ b/input/regression/dead-notes.ly
@@ -0,0 +1,26 @@
+\version "2.12.0"
+
+\header{ texidoc = "Muted notes (also called dead notes) are supported
+ within normal staves and tablature."
+ }
+
+deadnotes = \relative c,, {
+ e8. \deadNotesOn e16 \deadNotesOff g4 a b |
+ e8. \deadNote e16 g4 a b |
+ e,4. \deadNote { e8 e e } e4 |
+ < e, \deadNote b' e >8 < e \deadNote b' e > < e \deadNote b' e >4 < e \deadNote b' e >4 r
+ \bar "|."
+}
+
+\context StaffGroup <<
+ \context Staff <<
+ \clef "bass_8"
+ \deadnotes
+ >>
+ \context TabStaff <<
+ \set TabStaff.stringTunings = #bass-tuning
+ \deadnotes
+ >>
+>>
+
+
« no previous file with comments | « no previous file | input/regression/modern-tab-clef.ly » ('j') | no next file with comments »

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