]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-letter.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / tablature-letter.ly
index 2f808613e3f2d3c7e0b367371624b428760625f2..9af4d79abbe1ce8f8f2403f5b5c350813b0a0dcf 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.17"
+\version "2.19.21"
 
 \header {
   texidoc = "
@@ -13,9 +13,9 @@ if the length is too short.
 "
 }
 
-notes = \relative c' {
+notes = \relative {
   \time 3/4
-  <f d>4. <bes>8 <g e>4
+  <f' d>4. <bes>8 <g e>4
   \set fretLabels = \markuplist {"a" "b" \italic \smaller "c"}
   <f d>4. <bes>8 <g e>4
   \set fretLabels = \markuplist {\with-color #red "a"
@@ -29,7 +29,7 @@ notes = \relative c' {
 \score {
   \new TabStaff
   \with {
-    stringTunings = \stringTuning \notemode { <a d' f' a' d'' f''> }
+    stringTunings = \stringTuning <a d' f' a' d'' f''>
     tablatureFormat = #fret-letter-tablature-format
   }
   \new TabVoice {