X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmarkup-score.ly;h=ffac9f2e68998f67ec017088cc231a560b4cb3bc;hb=a775c0535512573cb013cd230a2630dffd933ac0;hp=a3586ee9978288682e46f75cda1de2d6af11cfe8;hpb=34881554afeaf03a55a3a983caf9cfeaaf3ea060;p=lilypond.git diff --git a/input/regression/markup-score.ly b/input/regression/markup-score.ly index a3586ee997..ffac9f2e68 100644 --- a/input/regression/markup-score.ly +++ b/input/regression/markup-score.ly @@ -2,16 +2,16 @@ texidoc = "Use \\score block as markup command." } -\version "2.3.22" +\version "2.17.11" tuning = \markup { \score { \new Staff \with { - \remove Time_signature_engraver + \remove "Time_signature_engraver" } { \clef bass 1 } - \layout { raggedright = ##t } + \layout { ragged-right = ##t } } } @@ -19,14 +19,14 @@ tuning = \markup { \header { title = "Solo Cello Suites" subtitle = "Suite IV" - subsubtitle = \markup { \fill-line < { "Originalstimmung: " \tuning } > } + subsubtitle = \markup { "Originalstimmung:" \tuning } } -\relative { +\relative c'' { \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 { c8 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 }