]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-score.ly
Web-ja: update introduction
[lilypond.git] / input / regression / markup-score.ly
index 00eb4075c15073395b8fb162ea41318092033b20..4b00e72aa2af67fe7e0b78019e367afedb97239f 100644 (file)
@@ -2,16 +2,16 @@
     texidoc = "Use \\score block as markup command."
 }
 
-\version "2.5.2"
+\version "2.19.21"
 
 tuning = \markup {
     \score {
        \new Staff \with {
-           \remove Time_signature_engraver
+           \remove "Time_signature_engraver"
        } {
            \clef bass  <c, g, d g>1
        }
-       \layout { raggedright = ##t }
+       \layout { ragged-right = ##t }
     }
 }
 
@@ -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
 }