]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beams.ly
Fix whitespace errors introduced in issue 4704
[lilypond.git] / input / regression / beams.ly
index 9838ceae2d01585929f89caa44f9f01a3863b71f..59e5eac256912b6b0032fc91e9f7a3f5a76ed8da 100644 (file)
@@ -1,17 +1,16 @@
 
-\version "2.1.22"
+\version "2.19.21"
 \header {
     texidoc = "Beaming can be also given explicitly."
 }
 
-    \paper { raggedright= ##t }
+\layout { ragged-right= ##t }
 
-\score { \notes
-\relative c'
-        {
-        c16[ c8.]
-        c8.[ c16]
-        c8[ c16 c16 c8]
-        c8[ c16 e16 g8]
+\relative
+{
+  c'16[ c8.]
+  c8.[ c16]
+  c8[ c16 c16 c8]
+  c8[ c16 e16 g8]
 
-    }}
+}