]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/inserting-score-fragments-above-a-staff,-as-markups.ly
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev...
[lilypond.git] / input / lsr / inserting-score-fragments-above-a-staff,-as-markups.ly
index a0953a64d2ccd16e401aa545e14b0d1247dabaf8..920cc52bff7e65f8f40232ac8639dd7153ee277a 100644 (file)
@@ -4,11 +4,14 @@
 
 \header {
   lsrtags = "staff-notation"
- texidoc = "
+
+  texidoc = "
 The @code{\\markup} command is quite versatile. In this snippet, it
 contains a @code{\\score} block instead of texts or marks.
-" }
-% begin verbatim
+
+"
+  doctitle = "Inserting score fragments above a staff, as markups"
+} % begin verbatim
 tuning = \markup {
   \score {
     \new Staff \with { \remove "Time_signature_engraver" }
@@ -25,6 +28,8 @@ tuning = \markup {
   subsubtitle = \markup { "Originalstimmung:" \general-align #Y #CENTER \tuning }
 }
 
+\layout { ragged-right = ##f }
+
 \relative {
   \time 4/8
   \times 2/3 { c'8 d e } \times 2/3 { c d e }