]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/markup-score.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / markup-score.ly
1 \header {
2     texidoc = "Use \\score block as markup command."
3 }
4
5 \version "2.19.21"
6
7 tuning = \markup {
8     \score {
9         \new Staff \with {
10             \remove "Time_signature_engraver"
11         } {
12             \clef bass  <c, g, d g>1
13         }
14         \layout { ragged-right = ##t }
15     }
16 }
17
18
19 \header {
20     title = "Solo Cello Suites"
21     subtitle = "Suite IV"
22     subsubtitle = \markup { "Originalstimmung:" \tuning }
23 }
24
25 \relative {
26     \time 4/8
27     \tuplet 3/2 { c''8 d e } \tuplet 3/2 {c d e}
28     \tuplet 3/2 { c8 d e } \tuplet 3/2 {c d e}
29     g8 a8 g8 a
30     g8 a8 g8 a
31 }
32