X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmarkup-score.ly;h=4b00e72aa2af67fe7e0b78019e367afedb97239f;hb=3fe7e89764b409b9beba7964a3a1ea10f2127db0;hp=77b780b077b694e1a1bf3e186b7762449c1f87f4;hpb=0c289671d105bea58592607cb508aef59aee882b;p=lilypond.git diff --git a/input/regression/markup-score.ly b/input/regression/markup-score.ly index 77b780b077..4b00e72aa2 100644 --- a/input/regression/markup-score.ly +++ b/input/regression/markup-score.ly @@ -2,12 +2,12 @@ texidoc = "Use \\score block as markup command." } -\version "2.10.0" +\version "2.19.21" tuning = \markup { \score { \new Staff \with { - \remove Time_signature_engraver + \remove "Time_signature_engraver" } { \clef bass 1 } @@ -24,9 +24,9 @@ tuning = \markup { \relative { \time 4/8 - \times 2/3 { c'8 d e } \times 2/3 {c d e} - \times 2/3 { c8 d e } \times 2/3 {c d e} - g8 a8 g8 a - g8 a8 g8 a + \tuplet 3/2 { c''8 d e } \tuplet 3/2 {c d e} + \tuplet 3/2 { c8 d e } \tuplet 3/2 {c d e} + g8 a8 g8 a + g8 a8 g8 a }