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

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

Issue 3842041: Change stringTunings entries from semitones to pitches (Closed)
Patch Set: Adjusted for 2.13.46, fixed alterations in convertrules Created 13 years, 2 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/tablature-letter.ly
diff --git a/input/regression/tablature-letter.ly b/input/regression/tablature-letter.ly
index 5ff06d5ae03c013af26cf875645e887888f00d2a..d52a2500a5670fe112d458b15d52c81657670aed 100644
--- a/input/regression/tablature-letter.ly
+++ b/input/regression/tablature-letter.ly
@@ -1,6 +1,8 @@
-\version "2.13.10"
+\version "2.13.46"
-\header { texidoc = "A sample tablature with lettered tab,
+\header {
+ texidoc = "
+A sample tablature with lettered tab,
using fretLabels to modify the fret letters.
By default, letters are drawn sequentially from the alphabet,
@@ -27,13 +29,15 @@ notes = \relative c' {
\score {
\new TabStaff
\with {
- stringTunings = #'(17 14 9 5 2 -3)
+ stringTunings = #`(,(ly:make-pitch 1 3 0)
+ ,(ly:make-pitch 1 1 0)
+ ,(ly:make-pitch 0 5 0)
+ ,(ly:make-pitch 0 3 0)
+ ,(ly:make-pitch 0 1 0)
+ ,(ly:make-pitch -1 5 0))
tablatureFormat = #fret-letter-tablature-format
}
\new TabVoice {
\notes
}
}
-
-
-

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