]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ledger-line-minimum.ly
Issue 1388: Initial work to support opentype font features.
[lilypond.git] / input / regression / ledger-line-minimum.ly
index 057547744be56a28d97fef64d8ffc9348483609c..2a4cd65879c08dbec46c3cef285f0303dd063816 100644 (file)
@@ -7,10 +7,10 @@ disappearing."
 
 }
 
-\version "2.7.13"
-\paper { raggedright = ##t}
-\relative c'' {
+\version "2.19.21"
+\paper { ragged-right = ##t}
+\relative {
   \time 2/4 
-  c8 c c c
+  c''8 c c c
   c \grace { \stemDown e'32[ c a f] } f8 f f 
 }