]> git.donarmstrong.com Git - lilypond.git/blobdiff - 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
index 920cc52bff7e65f8f40232ac8639dd7153ee277a..5cda94bae47fe83f9034a9d0294aa49d2e2a8ac5 100644 (file)
@@ -1,12 +1,12 @@
 %% 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.11.62"
 
 \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.
 
 "
@@ -25,15 +25,15 @@ 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
 }