]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/inserting-score-fragments-above-a-staff,-as-markups.ly
Merge master into nested-bookparts
[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.62"
4
5 \header {
6   lsrtags = "staff-notation"
7
8   texidoc = "
9 The @code{\\markup} command is quite versatile.  In this snippet, it
10 contains a @code{\\score} block instead of texts or marks.
11
12 "
13   doctitle = "Inserting score fragments above a staff, as markups"
14 } % begin verbatim
15 tuning = \markup {
16   \score {
17     \new Staff \with { \remove "Time_signature_engraver" }
18     {
19       \clef bass  <c, g, d g>1
20     }
21     \layout { ragged-right = ##t }
22   }
23 }
24
25 \header {
26   title = "Solo Cello Suites"
27   subtitle = "Suite IV"
28   subsubtitle = \markup { Originalstimmung: \general-align #Y #CENTER \tuning }
29 }
30
31 \layout { ragged-right = ##f }
32
33 \relative c'' {
34   \time 4/8
35   \times 2/3 { c8 d e } \times 2/3 { c d e }
36   \times 2/3 { c8 d e } \times 2/3 { c d e }
37   g8 a g a
38   g8 a g a
39 }