]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/ambitus.ly
Merge commit 'origin' into includes
[lilypond.git] / input / lsr / ambitus.ly
index 3210a2c0fcc99bfe18479d43c2224e4005622598..ce6457e4f1be1429875a692a48f278fd767c6211 100644 (file)
@@ -1,6 +1,6 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.64"
+\version "2.12.0"
 
 \header {
   lsrtags = "pitches, vocal-music"
@@ -17,22 +17,24 @@ Accidentals only show up if they are not part of the key signature.
 } % begin verbatim
 
 \layout {
-  ragged-right = ##t
   \context {
     \Voice
     \consists "Ambitus_engraver"
   }
 }
 
-\relative
 <<
   \new Staff {
-    \time  2/4 c4 f' 
+    \relative c' {
+      \time 2/4
+      c4 f'
+    }
   }
-  \new Staff \relative {
-    \time  2/4
-    \key d \major
-    cis as'
+  \new Staff {
+    \relative c' {
+      \time  2/4
+      \key d \major
+      cis4 as'
+    }
   }
 >>
-