]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/inserting-score-fragments-above-a-staff,-as-markups.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / inserting-score-fragments-above-a-staff,-as-markups.ly
index 920cc52bff7e65f8f40232ac8639dd7153ee277a..66f1a637812674e5e436203840e548820798b108 100644 (file)
@@ -1,17 +1,18 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.38"
+\version "2.13.1"
 
 \header {
   lsrtags = "staff-notation"
 
   texidoc = "
-The @code{\\markup} command is quite versatile. In this snippet, it
+The @code{\\markup} command is quite versatile.  In this snippet, it
 contains a @code{\\score} block instead of texts or marks.
 
 "
   doctitle = "Inserting score fragments above a staff, as markups"
 } % begin verbatim
+
 tuning = \markup {
   \score {
     \new Staff \with { \remove "Time_signature_engraver" }
@@ -25,15 +26,16 @@ tuning = \markup {
 \header {
   title = "Solo Cello Suites"
   subtitle = "Suite IV"
-  subsubtitle = \markup { "Originalstimmung:" \general-align #Y #CENTER \tuning }
+  subsubtitle = \markup { Originalstimmung: \general-align #Y #CENTER \tuning }
 }
 
 \layout { ragged-right = ##f }
 
-\relative {
+\relative c'' {
   \time 4/8
-  \times 2/3 { c'8 d e } \times 2/3 { c d e }
   \times 2/3 { c8 d e } \times 2/3 { c d e }
-  g8 a8 g8 a
-  g8 a8 g8 a
+  \times 2/3 { c8 d e } \times 2/3 { c d e }
+  g8 a g a
+  g8 a g a
 }
+