]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-sync.ly
(neumeDemoPaper): remove duplication from
[lilypond.git] / input / regression / grace-sync.ly
index 0ddcdf37f81d8bb172c3f9b791a50559c91c281a..684941d5103c4cfec168c5845e27fd3a0ac5853f 100644 (file)
@@ -1,15 +1,17 @@
+\version "2.3.4"
 \header  {
-  texidoc = "grace notes in different voices/staffs are synchronized."
+  texidoc = "Grace notes in different voices/staves are synchronized."
 }
 
-\score  {\notes < \context Staff  { c2
\ngrace  c8
c2 c4 }
-               \context Staff = SB { c2 \clef bass
%\ngrace { [dis8 ( d8] }
+\score  {\relative c'' << \context Staff  { c2
       \grace  c8
 c4 c4 }
+               \new Staff { c2 \clef bass
\grace {  dis8[ ( d8] \key es\major  }
 
-  ) c2 c4 }
-               \context Staff = SC { c2 c2 c4 }
-               >
-               \paper { linewidth = -1. }
+    c4) c4 }
+               \new Staff { c2 c4 c4 \bar "|." }
+               >>
+               \paper { raggedright = ##t}
  } 
+