]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/inserting-score-fragments-above-the-staff,-as-markups.ly
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / lsr / inserting-score-fragments-above-the-staff,-as-markups.ly
1 %% Do not edit this file; it is auto-generated from LSR!
2 %% Tags: staff-notation, editorial-and-educational-use
3 \version "2.11.35"
4
5 \header { texidoc = "
6 The \\markup command is quite versatile. In this snippet, it contains a
7 \\score bloc instead of texts or marks.
8 " }
9 % begin verbatim
10 tuning = \markup {
11     \score {
12         \new Staff \with {
13             \remove Time_signature_engraver
14         } {
15             \clef bass  <c, g, d g>1
16         }
17         \layout { ragged-right = ##t }
18     }
19 }
20
21
22 \header {
23     title = "Solo Cello Suites"
24     subtitle = "Suite IV"
25     subsubtitle = \markup { "Originalstimmung:" \tuning }
26 }
27 % begin verbatim
28 \relative {
29     \time 4/8
30     \times 2/3 { c'8 d e } \times 2/3 {c d e}
31     \times 2/3 { c8 d e } \times 2/3 {c d e}
32     g8 a8 g8 a 
33     g8 a8 g8 a 
34 }