]> git.donarmstrong.com Git - lilypond.git/blob - input/test/markup-score.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / test / markup-score.ly
1
2 \header {
3     texidoc = "Use \\score block as markup command."
4 }
5
6 \version "2.3.4"
7
8 tuning = \markup {
9     \score {
10         \new Staff \with {
11             \remove Time_signature_engraver
12         } {
13             \clef bass  <c, g, d g>1
14         }
15         \paper { raggedright = ##t }
16     }
17 }
18
19
20 \header {
21     title = "Solo Cello Suites"
22     subtitle = "Suite IV"
23     subsubtitle = \markup { \fill-line < { "Originalstimmung: " \tuning } > }
24 }
25
26 \relative {
27     \time 4/8
28     \times 2/3 { c'8 d e } \times 2/3 {c d e}
29     \time 4/8
30
31                                 % todo: tempo change example.
32     
33     g8 a8 g8 a \break
34 }
35