]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-accidental-staffs.ly
Issue 5148/2: three-sided-box snippet: use #:properties keyword
[lilypond.git] / input / regression / spacing-accidental-staffs.ly
index 58d1ecf1c9ebb0d99edfc6b67e2047716a1df888..f049260fe16e302da59638c1ae14c3b94c4d43e4 100644 (file)
@@ -1,18 +1,26 @@
+\version "2.19.21"
 
 \header { 
-texidoc = "Accidentals in different staffs don't effect the
-spacing of the quarter notes here."
+  texidoc = "Accidentals in different staves do not affect the
+spacing of the eighth notes here."
 }
 
-\score { \notes \relative c'' < \context Staff = SA {
-c4 c4 cis4 cis4
-c4 c4 c4 c
+\layout { ragged-right = ##t}
 
+\relative <<
+  \new Staff {
+    \time 4/4
+
+    c''8[ c8 cis8 cis8]
+    cis8[ cis8 cis8 cis]
+  }
+  {
+    \key d \major cis4 cis4 cis4 cis!4
+  }
+>>
+
 
- }
-   { \key d \major c2 c2 c2 cis2  } >
 
-   \paper { linewidth = -1. } 
- }