]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/inserting-score-fragments-above-a-staff,-as-markups.ly
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / lsr / inserting-score-fragments-above-a-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 @code{\\markup} command is quite versatile. In this snippet, it
9 contains a @code{\\score} block instead of texts or marks.
10 " }
11 % begin verbatim
12 tuning = \markup {
13   \score {
14     \new Staff \with { \remove "Time_signature_engraver" }
15     {
16       \clef bass  <c, g, d g>1
17     }
18     \layout { ragged-right = ##t }
19   }
20 }
21
22 \header {
23   title = "Solo Cello Suites"
24   subtitle = "Suite IV"
25   subsubtitle = \markup { "Originalstimmung:" \general-align #Y #CENTER \tuning }
26 }
27
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 }