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