]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/inserting-score-fragments-above-the-staff,-as-markups.ly
Merge branch 'master' of ssh+git://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 http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.11.38"
4
5 \header {
6   lsrtags = "staff-notation"
7  texidoc = "
8 The \\markup command is quite versatile. In this snippet, it contains a
9 \\score bloc instead of texts or marks.
10 " }
11 % begin verbatim
12 tuning = \markup {
13     \score {
14         \new Staff \with {
15             \remove Time_signature_engraver
16         } {
17             \clef bass  <c, g, d g>1
18         }
19         \layout { ragged-right = ##t }
20     }
21 }
22
23
24 \header {
25     title = "Solo Cello Suites"
26     subtitle = "Suite IV"
27     subsubtitle = \markup { "Originalstimmung:" \tuning }
28 }
29
30 \relative {
31     \time 4/8
32     \times 2/3 { c'8 d e } \times 2/3 {c d e}
33     \times 2/3 { c8 d e } \times 2/3 {c d e}
34     g8 a8 g8 a 
35     g8 a8 g8 a 
36 }