]> 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 336062a245cc535690e79bffdb75470acc21a011..36c40856618b25e017ee57bfde12b695dc69fed4 100644 (file)
@@ -1,7 +1,10 @@
-%% Do not edit this file; it is automatically
+%% 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.10"
+\version "2.14.0"
 
 \header {
   lsrtags = "staff-notation"
@@ -18,7 +21,8 @@ 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 }
   }