X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftablature-letter.ly;h=2f808613e3f2d3c7e0b367371624b428760625f2;hb=206f8bfb286a1d67af997ad368ae0326505b95ad;hp=5ff06d5ae03c013af26cf875645e887888f00d2a;hpb=7c28124df1472bc714abbf2498ada37dfafce0cf;p=lilypond.git diff --git a/input/regression/tablature-letter.ly b/input/regression/tablature-letter.ly index 5ff06d5ae0..2f808613e3 100644 --- a/input/regression/tablature-letter.ly +++ b/input/regression/tablature-letter.ly @@ -1,6 +1,8 @@ -\version "2.13.10" +\version "2.15.17" -\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, @@ -14,26 +16,23 @@ if the length is too short. notes = \relative c' { \time 3/4 4. 8 4 - \set fretLabels = #`("a" "b" ,(markup #:italic #:smaller "c")) + \set fretLabels = \markuplist {"a" "b" \italic \smaller "c"} 4. 8 4 - \set fretLabels = #`(,(markup #:with-color red "a") + \set fretLabels = \markuplist {\with-color #red "a" "b" - ,(markup #:italic #:smaller "c")) + \italic \smaller "c"} 4. 8 4 - \set fretLabels = #'("α" "β" "γ") + \set fretLabels = \markuplist {"α" "β" "γ"} 4. 8 4 } \score { \new TabStaff \with { - stringTunings = #'(17 14 9 5 2 -3) + stringTunings = \stringTuning \notemode { } tablatureFormat = #fret-letter-tablature-format } \new TabVoice { \notes } } - - -