X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmarkup-score.ly;h=71860fb49fdb37ed3c1a55d88f4fe8db61dcdcf0;hb=acc82015cd07a2021e373a9fe43cb8c84c365146;hp=00eb4075c15073395b8fb162ea41318092033b20;hpb=dcb079c1d99595b2bcaaf571cd5d0b7aadc67b65;p=lilypond.git diff --git a/input/regression/markup-score.ly b/input/regression/markup-score.ly index 00eb4075c1..71860fb49f 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.5.2" +\version "2.16.0" tuning = \markup { \score { \new Staff \with { - \remove Time_signature_engraver + \remove "Time_signature_engraver" } { \clef bass 1 } - \layout { raggedright = ##t } + \layout { ragged-right = ##t } } } @@ -22,11 +22,11 @@ tuning = \markup { 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 + \times 2/3 { c8 d e } \times 2/3 {c d e} + g8 a8 g8 a + g8 a8 g8 a }