]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/inserting-score-fragments-above-a-staff,-as-markups.ly
CG: Typos in "Programming work" section.
[lilypond.git] / Documentation / snippets / inserting-score-fragments-above-a-staff,-as-markups.ly
index 66f1a637812674e5e436203840e548820798b108..36c40856618b25e017ee57bfde12b695dc69fed4 100644 (file)
@@ -1,6 +1,10 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.14.0"
 
 \header {
   lsrtags = "staff-notation"
@@ -10,14 +14,15 @@ 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"
+  doctitle = "Inserting score fragments above a staff as markups"
 } % begin verbatim
 
 tuning = \markup {
   \score {
     \new Staff \with { \remove "Time_signature_engraver" }
     {
-      \clef bass  <c, g, d g>1
+      \clef bass
+      <c, g, d g>1
     }
     \layout { ragged-right = ##t }
   }