]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-name-entry-11.ly
Issue 5148/2: three-sided-box snippet: use #:properties keyword
[lilypond.git] / input / regression / chord-name-entry-11.ly
index 6727f8e1a8c06744f61d9074356c7e0860f79fa6..968ac8855d2b3649afef112b4a4d66e98e56408f 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.36
+\version "2.16.0
 
 \header {
 
@@ -7,8 +7,7 @@
 
 }
 
-\score {
-      \chords { c:13 c:13.11 c:m13 }
-      \paper { raggedright = ##t } 
-}
-    
+\layout { ragged-right = ##t } 
+
+\chordmode { c:13 c:13.11 c:m13 }
+