]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/inserting-score-fragments-above-the-staff,-as-markups.ly
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / input / lsr / inserting-score-fragments-above-the-staff,-as-markups.ly
index ffba893b62bb428963f76dcf9e0962db24fb699e..dd315c926bcfdc04b8eb4076d4bc9cf57b69ae9c 100644 (file)
@@ -1,35 +1,34 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-%% Tags: staff-notation, editorial-and-educational-use
-\version "2.11.35"
+\version "2.11.38"
 
-\header { texidoc = "
-The \\markup command is quite versatile. In this snippet, it contains a
-\\score bloc instead of texts or marks.
+\header {
+  lsrtags = "staff-notation"
+ texidoc = "
+The @code{\\markup} command is quite versatile. In this snippet, it
+contains a @code{\\score} block instead of texts or marks.
 " }
 % begin verbatim
 tuning = \markup {
-    \score {
-       \new Staff \with {
-           \remove Time_signature_engraver
-       } {
-           \clef bass  <c, g, d g>1
-       }
-       \layout { ragged-right = ##t }
+  \score {
+    \new Staff \with { \remove Time_signature_engraver }
+    {
+      \clef bass  <c, g, d g>1
     }
+    \layout { ragged-right = ##t }
+  }
 }
 
-
 \header {
-    title = "Solo Cello Suites"
-    subtitle = "Suite IV"
-    subsubtitle = \markup { "Originalstimmung:" \tuning }
+  title = "Solo Cello Suites"
+  subtitle = "Suite IV"
+  subsubtitle = \markup { "Originalstimmung:" \general-align #Y #CENTER \tuning }
 }
-% begin verbatim
+
 \relative {
-    \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 
+  \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
 }