]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-accidental.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / spacing-accidental.ly
index 43cf662a7d249e70f10bca5d8dbd824278d20c8f..4cb03380408076673b1565c01a6b91f122d0ea53 100644 (file)
@@ -1,17 +1,20 @@
-\version "1.7.18"
+
+\version "2.12.0"
 
 \header {
-texidoc = "Accidentals sticking out to the left
+  texidoc = "Accidentals sticking out to the left
 of a note will take a little more space, but only if the spacing is tight." 
 }
 
-\score { \notes \relative c'' {
-    \time 8/4
-    c2 c2 cis2 cis2 |
-    c8 c8 cis8 cis8 cis c c c]
-}
-\paper { raggedright = ##t}
+\layout { ragged-right = ##t}
 
+\relative c'' {
+  \time 8/4
+  c2 c2 cis2 cis2 |
+  c8 c8 cis8 cis8 cis c c c]
 }
 
 
+
+
+