]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/inserting-score-fragments-above-a-staff,-as-markups.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / snippets / inserting-score-fragments-above-a-staff,-as-markups.ly
index d556d5b80d5e820055a1658e6792bb3bb8ab894b..388398c02d8fd948cb5c072498734972c45bc58c 100644 (file)
@@ -1,10 +1,11 @@
-%% 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.16.0"
+% DO NOT EDIT this file manually; it is automatically
+% generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
+% This file is in the public domain.
+%% Note: this file works from version 2.17.15
+\version "2.17.15"
 
 \header {
   lsrtags = "real-music, staff-notation"
@@ -25,22 +26,22 @@ tuning = \markup {
       \clef bass
       <c, g, d g>1
     }
-    \layout { ragged-right = ##t }
+    \layout { ragged-right = ##t  indent = 0\cm }
   }
 }
 
 \header {
   title = "Solo Cello Suites"
   subtitle = "Suite IV"
-  subsubtitle = \markup { Originalstimmung: \general-align #Y #CENTER \tuning }
+  subsubtitle = \markup { Originalstimmung: \raise #0.5 \tuning }
 }
 
 \layout { ragged-right = ##f }
 
 \relative c'' {
   \time 4/8
-  \times 2/3 { c8 d e } \times 2/3 { c d e }
-  \times 2/3 { c8 d e } \times 2/3 { c d e }
+  \tuplet 3/2 { c8 d e } \tuplet 3/2 { c d e }
+  \tuplet 3/2 { c8 d e } \tuplet 3/2 { c d e }
   g8 a g a
   g8 a g a
 }